Skip to content

Commit

Permalink
test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel OBrien committed Jan 30, 2024
1 parent a619543 commit c743b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { defineConfig } = require('@vscode/test-cli');
module.exports = defineConfig([
{
label: 'unitTests',
files: ['out/test/*.test.js', 'out/test/**/*.test.js'],
files: ['out/test/*.test.js'],
version: 'insiders',
workspaceFolder: './sampleWorkspace',
mocha: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
"compile": "webpack --mode none",
"watch": "webpack --mode none --watch",
"pretest": "tsc -p ./ && cp ./package.json ./out/package.json",
"test": "node ./out/test/runTest.js",
"test": "vscode-test",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --fix --ext .ts",
"prettier:write": "prettier --single-quote true --print-width 120 --use-tabs true --trailing-comma all --write \"{src,test}/**/*.ts\"",
Expand Down

0 comments on commit c743b20

Please sign in to comment.