Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v3
- run: yarn install
shell: bash
- run: yarn c8 yarn test
- run: yarn test --coverage
shell: bash
- uses: actions/upload-artifact@v3
with:
Expand Down
18 changes: 10 additions & 8 deletions .pnp.cjs

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

Binary file added .yarn/cache/fsevents-patch-3340e2eb10-8.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"isbinaryfile": "5.0.0",
"jest": "27.5.1",
"jest-cli": "27.5.1",
"jest-light-runner": "0.1.1",
"jest-light-runner": "https://github.com/psychobolt/jest-light-runner",
"rimraf": "3.0.2",
"slash": "4.0.0",
"symlink-dir": "5.0.1",
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3012,7 +3012,7 @@ __metadata:
languageName: node
linkType: hard

"collect-v8-coverage@npm:^1.0.0":
"collect-v8-coverage@npm:^1.0.0, collect-v8-coverage@npm:^1.0.1":
version: 1.0.1
resolution: "collect-v8-coverage@npm:1.0.1"
checksum: 4efe0a1fccd517b65478a2364b33dadd0a43fc92a56f59aaece9b6186fe5177b2de471253587de7c91516f07c7268c2f6770b6cbcffc0e0ece353b766ec87e55
Expand Down Expand Up @@ -4705,7 +4705,7 @@ __metadata:
isbinaryfile: 5.0.0
jest: 27.5.1
jest-cli: 27.5.1
jest-light-runner: 0.1.1
jest-light-runner: "https://github.com/psychobolt/jest-light-runner"
rimraf: 3.0.2
slash: 4.0.0
symlink-dir: 5.0.1
Expand Down Expand Up @@ -6344,10 +6344,12 @@ __metadata:
languageName: node
linkType: hard

"jest-light-runner@npm:0.1.1":
"jest-light-runner@https://github.com/psychobolt/jest-light-runner":
version: 0.1.1
resolution: "jest-light-runner@npm:0.1.1"
resolution: "jest-light-runner@https://github.com/psychobolt/jest-light-runner.git#commit=5ec64f92660c09907195cab83f636dcba76fcec7"
dependencies:
"@jest/transform": ^27.5.1
collect-v8-coverage: ^1.0.1
expect: ^27.5.1
jest-circus: ^27.5.1
jest-each: ^27.5.1
Expand All @@ -6357,7 +6359,7 @@ __metadata:
supports-color: ^9.2.1
peerDependencies:
jest: ^27.0.0
checksum: 9f6a99af505e0495e92590f9199963763b43b74d11df68e16969ba83ad0b2bc3335e05b411160c687e912fedc689c40f03b635e9e7806f2e42994fa444fb46f1
checksum: e2c8053618f81d0511a13d2e493a1d677337562e05742c048a02edcc507b690cbc901f0626aa005e2d5bec8d1d5d5f9de4842379496bd2ed195127fce64f9903
languageName: node
linkType: hard

Expand Down