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 5fc8d8d commit bc8df13Copy full SHA for bc8df13
gulpfile.js
@@ -21,7 +21,7 @@ var banner = ['/**',
21
var basename = 'swagger-client';
22
var paths = {
23
sources: ['src/js/*.js'],
24
- tests: ['test/*.js'],
+ tests: ['test/*.js', 'test/compat/*.js'],
25
dist: 'lib'
26
};
27
0 commit comments