Skip to content

Commit

Permalink
wip jest
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 29, 2018
1 parent d9848b1 commit d175cb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
16 changes: 6 additions & 10 deletions tests/test-coreutils/package.json
Expand Up @@ -3,17 +3,13 @@
"version": "0.5.1-alpha.0",
"private": true,
"scripts": {
"build": "tsc -p src",
"build": "tsc -b",
"clean": "rimraf build && rimraf coverage",
"coverage": "python run-test.py --browsers=ChromeHeadless karma-cov.conf.js",
"test": "jlpm run test:firefox",
"test:chrome": "python run-test.py --browsers=Chrome karma.conf.js",
"test:chrome-headless": "python run-test.py --browsers=ChromeHeadless karma.conf.js",
"test:debug": "python run-test.py --browsers=Chrome --singleRun=false --debug=true --browserNoActivityTimeout=10000000 karma.conf.js",
"test:firefox": "python run-test.py --browsers=Firefox karma.conf.js",
"test:ie": "python run-test.py --browsers=IE karma.conf.js",
"watch": "python run-test.py --singleRun=false",
"watch:src": "tsp -p src --watch"
"coverage": "python run_test.py --coverage",
"test": "python run_test.py",
"watch": "python run_test.py --debug",
"watch:all": "python run_test.py --debug --watchAll",
"watch:src": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/coreutils": "^2.2.1-alpha.0",
Expand Down
5 changes: 2 additions & 3 deletions tests/test-services/package.json
Expand Up @@ -3,14 +3,13 @@
"version": "0.1.0",
"private": true,
"scripts": {
"build": "jlpm run build:src",
"build:src": "tsc",
"build": "tsc -b",
"clean": "rimraf build && rimraf coverage",
"coverage": "python run_test.py --coverage",
"test": "python run_test.py",
"watch": "python run_test.py --debug",
"watch:all": "python run_test.py --debug --watchAll",
"watch:src": "tsc -w --listEmittedFiles"
"watch:src": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/coreutils": "^2.2.1-alpha.0",
Expand Down

0 comments on commit d175cb0

Please sign in to comment.