[Pkg-javascript-commits] [leaflet] 220/301: add chrome launcher to karma config

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:22:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet.

commit 0d249e34c6eed947406697b845c2d824063bb754
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date:   Sun Nov 10 13:08:43 2013 +0200

    add chrome launcher to karma config
---
 spec/karma.conf.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/karma.conf.js b/spec/karma.conf.js
index 0ed3f82..76f717b 100644
--- a/spec/karma.conf.js
+++ b/spec/karma.conf.js
@@ -19,7 +19,7 @@ module.exports = function (config) {
 		// base path, that will be used to resolve files and exclude
 		basePath: '../',
 
-		plugins: ['karma-mocha', 'karma-phantomjs-launcher'],
+		plugins: ['karma-mocha', 'karma-phantomjs-launcher', 'karma-chrome-launcher'],
 
 		// frameworks to use
 		frameworks: ['mocha'],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git



More information about the Pkg-javascript-commits mailing list