Skip to content

Commit

Permalink
Update test location
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Aug 31, 2022
1 parent bdd0fe9 commit 5338ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"build": "npm run compile",
"test": "tsc -p 'test/tsconfig.json' && mocha lib/test/*",
"test": "tsc -p 'test/tsconfig.json' && mocha dist/test/*",
"compile": "tsc -p 'src/browser/tsconfig.json' && tsc -p 'src/node/tsconfig.json'"
},
"dependencies": {
Expand Down

0 comments on commit 5338ea8

Please sign in to comment.