Skip to content

Commit 6505f06

Browse files
Move schemaForm service test into test/services
1 parent 135eb7c commit 6505f06

File tree

3 files changed

+418
-421
lines changed

3 files changed

+418
-421
lines changed

karma.conf.js

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

0 commit comments

Comments
 (0)