mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(): disable e2e testing in CI
This commit is contained in:
@ -84,7 +84,7 @@
|
|||||||
"tsc": "./node_modules/.bin/tsc -p .",
|
"tsc": "./node_modules/.bin/tsc -p .",
|
||||||
"test.treeshake": "agadoo dist/collection/index.js",
|
"test.treeshake": "agadoo dist/collection/index.js",
|
||||||
"validate": "npm run lint && npm run test && npm run build && npm run test.treeshake",
|
"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",
|
"author": "Ionic Team",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
<ion-header>
|
<ion-header>
|
||||||
<ion-toolbar>
|
<ion-toolbar>
|
||||||
<ion-title>Toggle - Basic</ion-title>
|
<ion-title>Toggle - Basic</ion-title>
|
||||||
|
<ion-buttons slot="primary">
|
||||||
|
<ion-toggle></ion-toggle>
|
||||||
|
</ion-buttons>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user