Skip to content

Commit 2d59a3d

Browse files
committed
added copyrights, used public versions of new dependencies, and renamed to test-unit in package json
1 parent 5774cce commit 2d59a3d

4 files changed

Lines changed: 33 additions & 23 deletions

File tree

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"test": "npm run test-compile && extest setup-and-run -o .vscode/settings.json 'out/test/*.js' --code_settings src/test/resources/settings.json",
255255
"test-maven": "npm run test-compile && extest setup-and-run -o .vscode/settings.json 'out/test/M*.js' --code_settings src/test/resources/settings.json",
256256
"test-gradle": "npm run test-compile && extest setup-and-run -o .vscode/settings.json 'out/test/G*.js' --code_settings src/test/resources/settings.json",
257-
"test:unit": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' node --require ts-node/register node_modules/.bin/mocha --config .mocharc.unit.yml"
257+
"test-unit": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' node --require ts-node/register node_modules/.bin/mocha --config .mocharc.unit.yml"
258258
},
259259
"devDependencies": {
260260
"@types/chai": "4.3.4",

src/test/unit/addProjectsToTheDashBoard.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2026
4+
*/
5+
16
// This test runs in plain Node, not inside a real VS Code window.
27
// The extension's localization helper expects this env var to exist during import.
38
process.env.VSCODE_NLS_CONFIG = JSON.stringify({ locale: "en" });

src/test/unit/addUserSelectedPath.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2026
4+
*/
5+
16
// This test runs in plain Node, not inside a real VS Code window.
27
// Set the minimum localization config early so extension imports do not crash.
38
process.env.VSCODE_NLS_CONFIG = JSON.stringify({ locale: "en" });

0 commit comments

Comments
 (0)