chore(): disable e2e testing in CI

This commit is contained in:
Manu Mtz.-Almeida
2018-09-25 20:17:16 +02:00
parent ede5525342
commit aaaf55cbb5
2 changed files with 4 additions and 1 deletions

View File

@ -84,7 +84,7 @@
"tsc": "./node_modules/.bin/tsc -p .",
"test.treeshake": "agadoo dist/collection/index.js",
"validate": "npm run lint && npm run test && npm run build && npm run test.treeshake",
"validate.ci": "npm run lint && npm run test && npm run build --max-workers 1 --debug && npm run test.treeshake"
"validate.ci": "npm run lint && npm run test.spec && npm run build --max-workers 1 --debug && npm run test.treeshake"
},
"author": "Ionic Team",
"license": "MIT",

View File

@ -15,6 +15,9 @@
<ion-header>
<ion-toolbar>
<ion-title>Toggle - Basic</ion-title>
<ion-buttons slot="primary">
<ion-toggle></ion-toggle>
</ion-buttons>
</ion-toolbar>
</ion-header>