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:
parent
ab2819addd
commit
04418e2e68
3 changed files with 2174 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue