Skip to content

Commit 2d7fcdd

Browse files
committed
Fix tests
1 parent ccf365b commit 2d7fcdd

File tree

4 files changed

+55
-37
lines changed

4 files changed

+55
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"clean": "git clean -fdx",
4747
"build": "tsc -p ./src && cp ./src/services/analytics/EqatecMonitor.min.js ./out/services/analytics/EqatecMonitor.min.js",
4848
"package": "vsce package",
49-
"launch-as-server": "node --nolazy ./out/webkit/webKitDebug.js --server=4712",
49+
"launch-as-server": "node --nolazy ./out/debug-adapter/webKitDebug.js --server=4712",
5050
"test-mac": "mocha --opts ./src/tests/config/mocha.opts --config ../../src/tests/config/mac.json ./out/tests",
5151
"test-win": "mocha --opts ./src/tests/config/mocha.opts --config ../../src/tests/config/win.json ./out/tests",
5252
"test-custom": "mocha --opts ./src/tests/config/mocha.opts --config ../../src/tests/config/custom.json ./out/tests"
Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
2-
"nativescript": {
3-
"id": "org.nativescript.DebuggerStatement",
4-
"tns-ios": {
5-
"version": "1.7.0"
6-
},
7-
"tns-android": {
8-
"version": "1.7.1"
9-
}
10-
},
11-
"dependencies": {
12-
"tns-core-modules": "1.7.1"
13-
}
2+
"nativescript": {
3+
"id": "org.nativescript.DebuggerStatement",
4+
"tns-ios": {
5+
"version": "2.1.0"
6+
},
7+
"tns-android": {
8+
"version": "2.1.1"
9+
}
10+
},
11+
"dependencies": {
12+
"tns-core-modules": "1.7.1"
13+
},
14+
"devDependencies": {
15+
"babel-traverse": "6.10.4",
16+
"babel-types": "6.11.1",
17+
"babylon": "6.8.2",
18+
"lazy": "1.0.11"
19+
}
1420
}
Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
2-
"nativescript": {
3-
"id": "org.nativescript.TestApp1",
4-
"tns-ios": {
5-
"version": "1.7.0"
6-
},
7-
"tns-android": {
8-
"version": "1.7.1"
9-
}
10-
},
11-
"dependencies": {
12-
"tns-core-modules": "1.7.1"
13-
}
2+
"nativescript": {
3+
"id": "org.nativescript.TestApp1",
4+
"tns-ios": {
5+
"version": "2.1.0"
6+
},
7+
"tns-android": {
8+
"version": "2.1.1"
9+
}
10+
},
11+
"dependencies": {
12+
"tns-core-modules": "1.7.1"
13+
},
14+
"devDependencies": {
15+
"babel-traverse": "6.10.4",
16+
"babel-types": "6.11.1",
17+
"babylon": "6.8.2",
18+
"lazy": "1.0.11"
19+
}
1420
}
Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
2-
"nativescript": {
3-
"id": "org.nativescript.TestApp2",
4-
"tns-ios": {
5-
"version": "1.7.0"
6-
},
7-
"tns-android": {
8-
"version": "1.7.1"
9-
}
10-
},
11-
"dependencies": {
12-
"tns-core-modules": "1.7.1"
13-
}
2+
"nativescript": {
3+
"id": "org.nativescript.TestApp2",
4+
"tns-ios": {
5+
"version": "2.1.0"
6+
},
7+
"tns-android": {
8+
"version": "2.1.1"
9+
}
10+
},
11+
"dependencies": {
12+
"tns-core-modules": "1.7.1"
13+
},
14+
"devDependencies": {
15+
"babel-traverse": "6.10.4",
16+
"babel-types": "6.11.1",
17+
"babylon": "6.8.2",
18+
"lazy": "1.0.11"
19+
}
1420
}

0 commit comments

Comments
 (0)