From aaaf55cbb519da3e458fbd8405ecd1c2e35e7c67 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Tue, 25 Sep 2018 20:17:16 +0200 Subject: [PATCH] chore(): disable e2e testing in CI --- core/package.json | 2 +- core/src/components/toggle/test/basic/index.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index 9264aeb6b1..276dc5b607 100644 --- a/core/package.json +++ b/core/package.json @@ -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", diff --git a/core/src/components/toggle/test/basic/index.html b/core/src/components/toggle/test/basic/index.html index 2b42bbdac4..bdd61ce866 100644 --- a/core/src/components/toggle/test/basic/index.html +++ b/core/src/components/toggle/test/basic/index.html @@ -15,6 +15,9 @@ Toggle - Basic + + +