summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-05 19:02:35 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-05 19:02:35 +0100
commit2f8d32a1f4fbe51c4e6ac381d5d663d8f11fc1f9 (patch)
tree4abb508477aa4b6b811f89731011661783a2225c /.config
parent4049e2e6361d5ed9120f1edd02ef96ecc138fa6d (diff)
downloadsvg.js-2f8d32a1f4fbe51c4e6ac381d5d663d8f11fc1f9.tar.gz
svg.js-2f8d32a1f4fbe51c4e6ac381d5d663d8f11fc1f9.zip
Linted all files, upgraded all dependencies
Diffstat (limited to '.config')
-rw-r--r--.config/karma.conf.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/karma.conf.js b/.config/karma.conf.js
index 9ea2a89..7421808 100644
--- a/.config/karma.conf.js
+++ b/.config/karma.conf.js
@@ -7,7 +7,6 @@ module.exports = function(config) {
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '../',
-
// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
frameworks: ['jasmine'],
@@ -16,7 +15,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'.config/pretest.js',
- 'spec/lib/RAFPlugin.js',
+ 'spec/RAFPlugin.js',
{
pattern: 'spec/fixtures/fixture.css',
included: false,
@@ -89,7 +88,7 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
- browsers: ['Firefox'],
+ browsers: ['ChromeHeadless', 'FirefoxHeadless'],
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits