Skip to content

Commit 737ed24

Browse files
author
Dean Sofer
committed
fix(test): Forgot to correct path to directive
1 parent 82ad790 commit 737ed24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ files = [
66
'components/jquery/jquery.js',
77
'components/angular/angular.js',
88
'components/*/*.js',
9-
'src/*.js',
9+
'*.js',
1010
'test/*Spec.js'
1111
];
1212

0 commit comments

Comments
 (0)