Skip to content

Commit 5de48da

Browse files
committed
fixup!
1 parent 4c94137 commit 5de48da

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ci/dev/test-unit.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ main() {
66

77
source ./ci/lib.sh
88

9-
# TODO@jsjoeio - skip if already built
10-
# TODO@jsjoeio - move to integration test suite too
119
echo "Building test plugin"
1210
pushd test/unit/node/test-plugin
1311
make -s out/index.js

test/unit/node/test-plugin/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
4545
"baseUrl": "./" /* Base directory to resolve non-absolute module names. */,
4646
"paths": {
47-
"code-server": ["../../../typings/pluginapi"]
47+
"code-server": ["../../../../typings/pluginapi"]
4848
} /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */,
4949
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
5050
// "typeRoots": [], /* List of folders to include type definitions from. */

0 commit comments

Comments
 (0)