Skip to content

Commit

Permalink
chore: migrate to yarn berry (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Oct 17, 2021
1 parent 1cb8f48 commit ada19b4
Show file tree
Hide file tree
Showing 6 changed files with 6,894 additions and 4,623 deletions.
8 changes: 7 additions & 1 deletion .gitignore
@@ -1,3 +1,9 @@
node_modules
.DS_Store
*.log

.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
55 changes: 55 additions & 0 deletions .yarn/releases/yarn-2.4.3.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-2.4.3.cjs
2 changes: 1 addition & 1 deletion jest.config.js
Expand Up @@ -5,5 +5,5 @@ module.exports = {
testMatch: ['<rootDir>/e2e/*.test.ts'],
},
],
testTimeout: 20000,
testTimeout: 30000,
};
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"description": "A Jest runner that tests typescript typings using tsd under the hood",
"main": "src/index.js",
"license": "MIT",
"repository": "MLH-Fellowship/jest-runner-tsd",
"repository": "https://github.com/jest-community/jest-runner-tsd.git",
"contributors": [
"Karan Sanjeev Nair <yo@alphaman.me> (https://alphaman.me)",
"Saurabh Agarwala <saur.agarwala@gmail.com>"
Expand Down Expand Up @@ -37,5 +37,6 @@
"prettier": {
"arrowParens": "avoid",
"singleQuote": true
}
},
"packageManager": "yarn@2.4.3"
}

0 comments on commit ada19b4

Please sign in to comment.