Skip to content

Commit f4deec6

Browse files
author
Mykhailo Miroshnikov
committed
MAGETWO-31592: Javascript Unit Test Framework Update
- Remove redundant condition for spec files to be named with Spec suffix
1 parent 9556b14 commit f4deec6

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

dev/tests/js/framework/spec_runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function buildConfig(type, dir, port) {
1717
src: '<%= path.spec %>/shim.js',
1818
options: {
1919
host: 'http://localhost:' + port,
20-
specs: '<%= path.spec %>/' + type + '/**/' + dir + '/**/*Spec.js',
20+
specs: '<%= path.spec %>/' + type + '/**/' + dir + '/**/*.js',
2121
templateOptions: {
2222
requireConfigFile: [
2323
'<%= path.spec %>/require.config.js',

0 commit comments

Comments
 (0)