Skip to content

Commit

Permalink
fix: examples package
Browse files Browse the repository at this point in the history
  • Loading branch information
vCaisim committed Jul 12, 2024
1 parent e3931ca commit 8fea1d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
2 changes: 1 addition & 1 deletion examples/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const config = {
testTimeout: 10000,
reporters: [
// "default",
["@currents/jest-reporter", {}],
["@currents/jest", {}],
],
projects: [
{
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@currents/jest-reporter": "*",
"@currents/jest": "*",
"@currents/cmd": "*",
"@types/jest": "^29.5.12",
"jest": "^29.7.0"
Expand Down
27 changes: 2 additions & 25 deletions package-lock.json

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

0 comments on commit 8fea1d2

Please sign in to comment.