Skip to content

Commit

Permalink
chore: update test script to use jest for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Charon-Fan committed Jun 7, 2024
1 parent 21e28c5 commit a7aa851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/animated-qr-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "pnpm run cleanup && tsc -w",
"build": "pnpm run cleanup && tsc",
"cleanup": "rimraf ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest --passWithNoTests"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/animated-qr-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "pnpm run cleanup && tsc -w",
"build": "pnpm run cleanup && tsc",
"cleanup": "rimraf ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest --passWithNoTests"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit a7aa851

Please sign in to comment.