Skip to content

Commit

Permalink
test: prepare for jest-extended testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed Jul 12, 2024
1 parent 2cff16c commit 9cdb5d4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage
__test__/tape/
__test__/jest/jest-repo/
__test__/jest-extended/
__test__/jest-when/when.test.cjs
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ coverage
pnpm-lock.yaml
__test__/tape/
__test__/jest/jest-repo/
__test__/jest-extended/
__test__/jest-when/when.test.cjs
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
"@types/jest-when": "^3.5.2",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"eslint": "^8.44.0",
"jest-matcher-utils": "^29.7.0",
"jest-serializer-ansi-escapes": "^3.0.0",
"jest-when": "^3.6.0"
},
"packageManager": "[email protected]+sha1.9217c800d4ab947a7aee520242a7b70d64fc7638"
Expand Down
20 changes: 20 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 9cdb5d4

Please sign in to comment.