Skip to content

Commit

Permalink
fix tests (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 authored Apr 4, 2023
1 parent 0f99818 commit addc23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vscode:prepublish": "yarn run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"test": "cd .. && tsc && cd sample tsc && node ./out/test/runTest.js"
"test": "cd .. && tsc && cd sample && tsc && node ./out/test/runTest.js"
},
"devDependencies": {
"@types/glob": "^7.1.3",
Expand Down

0 comments on commit addc23e

Please sign in to comment.