Skip to content

Commit 6e048a7

Browse files
committed
Merge pull request #92 from cameronprattedwards/modularize-tests
Modularize tests
2 parents c75374b + 5029c09 commit 6e048a7

File tree

5 files changed

+2051
-2069
lines changed

5 files changed

+2051
-2069
lines changed

karma.conf.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ 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/services/schema-form-test.js',
29+
'test/services/decorators-test.js',
30+
'test/directives/schema-form-test.js',
2931
],
3032

3133
// list of files to exclude

0 commit comments

Comments
 (0)