File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88 "build" : " ionic-app-scripts build" ,
99 "ionic:build" : " ionic-app-scripts build" ,
1010 "ionic:serve" : " ionic-app-scripts serve" ,
11- "test" : " karma start" ,
12- "test-ci" : " karma start --single-run" ,
11+ "test" : " karma start ./test-config/karma.conf.js " ,
12+ "test-ci" : " karma start ./test-config/karma.conf.js --single-run" ,
1313 "e2e" : " npm run e2e-update && npm run e2e-test" ,
1414 "e2e-test" : " protractor ./test-config/protractor.conf.js" ,
1515 "e2e-update" : " webdriver-manager update --standalone false --gecko false"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ var webpackConfig = require('./webpack.test.js');
22
33module . exports = function ( config ) {
44 var _config = {
5- basePath : '' ,
5+ basePath : '../ ' ,
66
77 frameworks : [ 'jasmine' ] ,
88
You can’t perform that action at this time.
0 commit comments