File tree Expand file tree Collapse file tree 4 files changed +9
-31
lines changed
Expand file tree Collapse file tree 4 files changed +9
-31
lines changed Original file line number Diff line number Diff line change 1- # FOLDERS
2- .vscode /**
3- .vscode-test /**
4- test /**
5- node_modules
6- ** /jsconfig.json
7- ** /* .map
8- ** /.eslintrc.json
9-
10- # FILES
11- .gitignore
12- .yarnrc
13- vsc-extension-quickstart.md
14- ** /* .js.map
1+ ** /*
152
3+ ! build /
4+ ! CHANGELOG.md
5+ ! packages.json
6+ ! media /
7+ ! README.md
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const path = require('path');
22
33module . exports = {
44 preset : "ts-jest" ,
5- testEnvironment : "node " ,
5+ testEnvironment : "./src/test/vscode-environment " ,
66 preset : "ts-jest/presets/default-esm" ,
77 globals : {
88 "ts-jest" : {
Original file line number Diff line number Diff line change 7575 "pretest" : " npm run lint" ,
7676 "test" : " npx tsc ; node ./build/src/test/runTest.js" ,
7777 "dev" : " webpack --mode development --config webpack.config.ts --watch" ,
78- "prod" : " webpack --mode production --config webpack.config.ts"
78+ "prod" : " webpack --mode production --config webpack.config.ts" ,
79+ "test-compile" : " tsc -p ./"
7980 },
8081 "devDependencies" : {
8182 "@babel/preset-typescript" : " ^7.23.3" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments