Skip to content

Commit 2ca1dd3

Browse files
Separate service test
1 parent 0b84c61 commit 2ca1dd3

File tree

3 files changed

+420
-418
lines changed

3 files changed

+420
-418
lines changed

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ module.exports = function(config) {
2525
'src/directives/*.js',
2626
'src/directives/decorators/bootstrap/*.js',
2727
'src/**/*.html',
28-
'test/schema-form-test.js'
28+
'test/schema-form-test.js',
29+
'test/service-test.js'
2930
],
3031

3132
// list of files to exclude

0 commit comments

Comments
 (0)