Skip to content

Commit ba048e3

Browse files
author
Eric Wendelin
committed
Change when Safari is used for automated testing.
1 parent b20195d commit ba048e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BROWSERS=Firefox,ChromeCanary,Opera,Safari
1+
BROWSERS=Firefox,ChromeCanary,Opera
22

33
test: build/jshint.xml
44
@NODE_ENV=test ./node_modules/karma/bin/karma start --single-run --browsers $(BROWSERS)

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function (config) {
2222
logLevel: config.LOG_INFO,
2323
autoWatch: true,
2424
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
25-
browsers: ['ChromeCanary', 'Firefox', 'Opera'],
25+
browsers: ['ChromeCanary', 'Firefox', 'Opera', 'Safari'],
2626
singleRun: false
2727
});
2828
};

0 commit comments

Comments
 (0)