Skip to content

Commit 59b1c5a

Browse files
Fix test path
1 parent ecce358 commit 59b1c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function(config) {
2626
'src/directives/decorators/bootstrap/*.js',
2727
'src/**/*.html',
2828
'test/services/schema-form-test.js',
29-
'test/decorator-factory-service-test.js',
29+
'test/services/decorators-test.js',
3030
'test/directive-test.js',
3131
],
3232

0 commit comments

Comments
 (0)