From 37cae3987b9741f4f24c2a0cc0264fec349c21b2 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 5 Feb 2015 12:43:50 +0100 Subject: [PATCH] Add firefox and safari to testem in dev --- testem.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testem.json b/testem.json index d649b554..e1b2d362 100644 --- a/testem.json +++ b/testem.json @@ -9,7 +9,8 @@ "launch_in_dev": [ "PhantomJS", "Chrome", - "Firefox" + "Firefox", + "Safari" ], "launchers": { "SL_chrome": {