From e9daf0eb280064a81235d144c71d41c8f1535aac Mon Sep 17 00:00:00 2001 From: kumavis Date: Mon, 11 Sep 2017 17:10:30 -0700 Subject: test - integration - remove redundant testem scripts --- testem.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'testem.yml') diff --git a/testem.yml b/testem.yml index 2cf40f7f4..7923a2929 100644 --- a/testem.yml +++ b/testem.yml @@ -6,5 +6,4 @@ launch_in_ci: - Firefox framework: - qunit -before_tests: "npm run buildCiUnits" test_page: "test/integration/index.html" -- cgit From 22c7049f6c195e0b3775a1aa78f92fdbe2ac2559 Mon Sep 17 00:00:00 2001 From: kumavis Date: Mon, 11 Sep 2017 22:34:59 -0700 Subject: ci - remove old testem config --- testem.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 testem.yml (limited to 'testem.yml') diff --git a/testem.yml b/testem.yml deleted file mode 100644 index 7923a2929..000000000 --- a/testem.yml +++ /dev/null @@ -1,9 +0,0 @@ -launch_in_dev: - - Chrome - - Firefox -launch_in_ci: - - Chrome - - Firefox -framework: - - qunit -test_page: "test/integration/index.html" -- cgit