Skip to content

Commit

Permalink
feat: run test
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Aug 15, 2024
1 parent 843b8e8 commit 590abcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"test": "jest --testMatch=\"**/*.spec.ts\"",
"build": "tsc --project . --outDir lib",
"build:watch": "tsc --watch --project . --outDir lib --watch",
"type-docs": "typedoc",
Expand Down

0 comments on commit 590abcc

Please sign in to comment.