Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 383f425

Browse files
committed
Fixed test.conf
1 parent 385ce73 commit 383f425

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/test.conf.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ basePath = '..';
22
files = [
33
JASMINE,
44
JASMINE_ADAPTER,
5-
'components/jquery/jquery.js',
6-
'components/jquery-ui/ui/jquery-ui.custom.js',
75
'components/angular/angular.js',
86
'components/angular-mocks/angular-mocks.js',
9-
'src/date.js',
7+
'test/tiny_mce358.js',
8+
'src/tinymce.js',
109
'test/*.spec.js'
1110
];
1211
singleRun = true;

0 commit comments

Comments
 (0)