remove testacular master hack (as 0.6 is now stable)

This commit is contained in:
Vladimir Agafonkin 2013-03-02 01:44:11 +02:00 committed by John Firebaugh
parent 8691889d49
commit 80ba8d9054

View File

@ -160,8 +160,6 @@ exports.test = function() {
testConfig = {configFile : __dirname + '/../spec/karma.conf.js'};
testConfig.browsers = ['PhantomJS'];
if (isArgv('--chrome')) testConfig.browsers.push('Chrome');
if (isArgv('--ff')) testConfig.browsers.push('Firefox');
if (isArgv('--chrome')) {
testConfig.browsers.push('Chrome');