aboutsummaryrefslogtreecommitdiffstats
path: root/testacular-jquery.conf.js
diff options
context:
space:
mode:
authorVojta Jina2013-03-20 18:57:13 -0700
committerVojta Jina2013-04-01 12:24:27 -0700
commitc2e215fab6ba73e195f8c32701cfb6e88e8e1ebd (patch)
treee97578b6e2b7e72b59962c14c7462da65d0d02a0 /testacular-jquery.conf.js
parent61f2767ce65562257599649d9eaf9da08f321655 (diff)
downloadangular.js-c2e215fab6ba73e195f8c32701cfb6e88e8e1ebd.tar.bz2
chore: use Karma
Diffstat (limited to 'testacular-jquery.conf.js')
-rw-r--r--testacular-jquery.conf.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/testacular-jquery.conf.js b/testacular-jquery.conf.js
deleted file mode 100644
index 7b527a15..00000000
--- a/testacular-jquery.conf.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var angularFiles = require(__dirname + '/angularFiles.js');
-
-files = angularFiles.mergeFiles(JASMINE, JASMINE_ADAPTER, 'jstdJquery');
-exclude = ['**/*jasmine*/**', '**/*jstd*/**'].concat(angularFiles.files.jstdJqueryExclude);
-
-autoWatch = true;
-logLevel = LOG_INFO;
-logColors = true;
-browsers = ['Chrome'];
-
-junitReporter = {
- outputFile: 'test_out/jquery.xml',
- suite: 'jQuery'
-};