Skip to content

Commit

Permalink
Use typescript for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Aug 10, 2021
1 parent 96b02ea commit beb3488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -102,7 +102,7 @@
"lint": "tslint -p ./",
"build": "npm run -S esbuild-base -- --sourcemap",
"watch": "npm run -S esbuild-base -- --sourcemap --watch",
"pretest": "tsc -p ./ && npm run build",
"pretest": "tsc -p ./",
"test": "node ./out/test/runTest.js",
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=node"
},
Expand Down

0 comments on commit beb3488

Please sign in to comment.