Skip to content

Commit

Permalink
chore: move to yarn 2 #56
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Apr 20, 2020
1 parent b7f8e2d commit 69355fb
Show file tree
Hide file tree
Showing 17 changed files with 65 additions and 200 deletions.
126 changes: 30 additions & 96 deletions .pnp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed .yarn/cache/@jest-types-npm-25.3.0-8f7543bc55-2.zip
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/extsprintf-npm-1.4.0-2b015bcaab-2.zip
Binary file not shown.
Binary file removed .yarn/cache/jest-diff-npm-25.3.0-267ea9a649-2.zip
Binary file not shown.
Binary file removed .yarn/cache/jest-serial-runner-file-b02532b292-2.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/yaml-npm-1.9.1-d43edc3715-2.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const config = {
};

if (process.env.JEST_CI) {
config.runner = 'jest-serial-runner';
config.runner = 'jest-runner-serial';
config.coverageReporters.push(`text`);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"husky": "~4.2.5",
"jest": "~25.4.0",
"jest-mock-extended": "~1.0.8",
"jest-serial-runner": "file:./tools/jest-serial-runner",
"jest-runner-serial": "portal:./tools/jest-runner-serial",
"jest-when": "~2.7.1",
"lint-staged": "~10.1.6",
"mock-spawn": "~0.2.6",
Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions tools/jest-runner-serial/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "jest-runner-serial",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"jest-runner": "^25.4.0"
}
}
5 changes: 0 additions & 5 deletions tools/jest-serial-runner/package.json

This file was deleted.

Loading

0 comments on commit 69355fb

Please sign in to comment.