Skip to content

Commit 135eb7c

Browse files
Separate directive test
1 parent 6f1b6c2 commit 135eb7c

File tree

5 files changed

+1619
-1619
lines changed

5 files changed

+1619
-1619
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +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',
2928
'test/service-test.js',
3029
'test/decorator-factory-service-test.js',
30+
'test/directive-test.js',
3131
],
3232

3333
// list of files to exclude

test/decorator-factory-service-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
chai.should();
2+
13
describe('decorator factory service',function(){
24
beforeEach(module('templates'));
35
beforeEach(module('schemaForm'));

0 commit comments

Comments
 (0)