From 5de48da8bf971a6b0ff22527aadfa5c91bf48f4a Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 21 Sep 2022 12:20:18 -0700 Subject: [PATCH] fixup! --- ci/dev/test-unit.sh | 2 -- test/unit/node/test-plugin/tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/dev/test-unit.sh b/ci/dev/test-unit.sh index 07cb4d9ab..b3e0b14c9 100755 --- a/ci/dev/test-unit.sh +++ b/ci/dev/test-unit.sh @@ -6,8 +6,6 @@ main() { source ./ci/lib.sh - # TODO@jsjoeio - skip if already built - # TODO@jsjoeio - move to integration test suite too echo "Building test plugin" pushd test/unit/node/test-plugin make -s out/index.js diff --git a/test/unit/node/test-plugin/tsconfig.json b/test/unit/node/test-plugin/tsconfig.json index bb30a1adc..194af1418 100644 --- a/test/unit/node/test-plugin/tsconfig.json +++ b/test/unit/node/test-plugin/tsconfig.json @@ -44,7 +44,7 @@ // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ "baseUrl": "./" /* Base directory to resolve non-absolute module names. */, "paths": { - "code-server": ["../../../typings/pluginapi"] + "code-server": ["../../../../typings/pluginapi"] } /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */, // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ // "typeRoots": [], /* List of folders to include type definitions from. */