From 011bc1bfb220e6252b9c52cc1818fbeca4d6a73c Mon Sep 17 00:00:00 2001 From: Lisa P Date: Mon, 7 Sep 2015 16:51:04 +0200 Subject: [PATCH] (un) comment things --- testem.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testem.json b/testem.json index d5ce7e2c..3993033d 100644 --- a/testem.json +++ b/testem.json @@ -2,9 +2,9 @@ "framework": "qunit", "test_page": "tests/index.html?hidepassed", "launch_in_ci": [ - // "SL_chrome", - // "SL_firefox", - "PhantomJS" + "SL_chrome", + "SL_firefox" + // "PhantomJS" ], "launch_in_dev": [ "PhantomJS"