From 426e67e7b497ee4fd314e785208e5467da0ea0c2 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 5 Feb 2015 10:54:11 +0100 Subject: [PATCH] Add firefox to dev runners in testem --- testem.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testem.json b/testem.json index 34cb656b..d649b554 100644 --- a/testem.json +++ b/testem.json @@ -8,7 +8,8 @@ ], "launch_in_dev": [ "PhantomJS", - "Chrome" + "Chrome", + "Firefox" ], "launchers": { "SL_chrome": {