1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

Added Karma config for unit tests.

This commit is contained in:
Kevan Ahlquist 2015-01-03 18:59:22 -06:00
parent ab2819addd
commit 04418e2e68
3 changed files with 2174 additions and 2 deletions

View file

@ -54,8 +54,8 @@ module.exports = function (grunt) {
}
},
karma: {
unit: { options: karmaConfig('test/config/unit.js') },
watch: { options: karmaConfig('test/config/unit.js', { singleRun:false, autoWatch: true}) }
unit: { options: karmaConfig('test/unit/karma.conf.js') },
watch: { options: karmaConfig('test/unit/karma.conf.js', { singleRun:false, autoWatch: true}) }
},
html2js: {
app: {