Skip to content

Commit bc8df13

Browse files
committed
updated test path
1 parent 5fc8d8d commit bc8df13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var banner = ['/**',
2121
var basename = 'swagger-client';
2222
var paths = {
2323
sources: ['src/js/*.js'],
24-
tests: ['test/*.js'],
24+
tests: ['test/*.js', 'test/compat/*.js'],
2525
dist: 'lib'
2626
};
2727

0 commit comments

Comments
 (0)