We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e966800 commit f0bc078Copy full SHA for f0bc078
test/test.conf.js
@@ -2,9 +2,9 @@ basePath = '..';
2
files = [
3
JASMINE,
4
JASMINE_ADAPTER,
5
- 'components/angular/angular.js',
6
- 'components/angular-mocks/angular-mocks.js',
7
- 'components/tinymce/tinymce.min.js',
+ 'bower_components/angular/angular.js',
+ 'bower_components/angular-mocks/angular-mocks.js',
+ 'bower_components/tinymce/tinymce.min.js',
8
'src/tinymce.js',
9
'test/*.spec.js'
10
];
0 commit comments