Move node to root-level tests folder

This commit is contained in:
Daniel Imms
2019-06-08 11:49:14 -07:00
parent 0917ce34c6
commit a365b57361
6 changed files with 44 additions and 19 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"compilerOptions": {
"lib": [
"dom",
"es6",
],
"rootDir": "../test",
"outDir": "../../out",
"types": [
"../node_modules/@types/mocha"
],
"sourceMap": true,
"removeComments": true,
"pretty": true,
"strict": true
},
"include": [
"../test/**/*",
"../typings/xterm.d.ts"
]
}
-17
View File
@@ -1,17 +0,0 @@
{
"extends": "../tsconfig-library-base",
"compilerOptions": {
"lib": [
"dom",
"es6",
],
"outDir": "../../out",
"types": [
"../../node_modules/@types/mocha"
]
},
"include": [
"./**/*",
"../../typings/xterm.d.ts"
]
}
+1 -2
View File
@@ -31,7 +31,6 @@
"references": [
{ "path": "./common" },
{ "path": "./core" },
{ "path": "./ui" },
{ "path": "./node" }
{ "path": "./ui" }
]
}
+21
View File
@@ -0,0 +1,21 @@
{
"compilerOptions": {
"lib": [
"dom",
"es6",
],
"rootDir": ".",
"outDir": "../out/test",
"types": [
"../node_modules/@types/mocha"
],
"sourceMap": true,
"removeComments": true,
"pretty": true,
"strict": true
},
"include": [
"./**/*",
"../typings/xterm.d.ts"
]
}
+1
View File
@@ -3,6 +3,7 @@
"include": [],
"references": [
{ "path": "./src" },
{ "path": "./test" },
{ "path": "./addons/xterm-addon-attach/src" },
{ "path": "./addons/xterm-addon-fit/src" },
{ "path": "./addons/xterm-addon-search/src" },