File tree 2 files changed +1
-3
lines changed
test/unit/node/test-plugin
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
source ./ci/lib.sh
8
8
9
- # TODO@jsjoeio - skip if already built
10
- # TODO@jsjoeio - move to integration test suite too
11
9
echo " Building test plugin"
12
10
pushd test/unit/node/test-plugin
13
11
make -s out/index.js
Original file line number Diff line number Diff line change 44
44
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
45
45
"baseUrl" : " ./" /* Base directory to resolve non-absolute module names. */ ,
46
46
"paths" : {
47
- "code-server" : [" ../../../typings/pluginapi" ]
47
+ "code-server" : [" ../../../../ typings/pluginapi" ]
48
48
} /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ ,
49
49
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
50
50
// "typeRoots": [], /* List of folders to include type definitions from. */
You can’t perform that action at this time.
0 commit comments