Skip to content

Commit 6758e6d

Browse files
committed
reorganized the test directory setup
1 parent fa1fc3e commit 6758e6d

File tree

25 files changed

+4
-4
lines changed

25 files changed

+4
-4
lines changed

test/config/testacular.3rd_party.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ files = [
1515
'./test/lib/chai-expect.js',
1616

1717
//Test-Specs
18-
'./test/3rd_party/**/*.js'
18+
'./test/spec/3rd_party/**/*.js'
1919
];
2020

2121
reporters = ['progress'];

test/config/testacular.e2e.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ files = [
1313
'./test/lib/angular/angular-mocks.js',
1414

1515
//Test-Specs
16-
'./test/e2e/**/*.js'
16+
'./test/spec/e2e/**/*.js'
1717
];
1818

1919
autoWatch = true;

test/config/testacular.midway.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ files = [
2525
'./test/lib/integration-wrapper.js',
2626

2727
//Test-Specs
28-
'./test/midway/**/*.js'
28+
'./test/spec/midway/**/*.js'
2929
];
3030

3131
port = 9202;

test/config/testacular.unit.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ files = [
2424
'./test/lib/angular/angular-mocks.js',
2525

2626
//Test-Specs
27-
'./test/unit/**/*.js'
27+
'./test/spec/unit/**/*.js'
2828
];
2929

3030
port = 9201;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)