mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 02:23:43 +03:00
fix broken unit tests
This commit is contained in:
parent
1ec5f9d12d
commit
37bbd7f405
|
@ -5,7 +5,7 @@ var Server = require('karma').Server;
|
|||
/**
|
||||
* Run test once and exit
|
||||
*/
|
||||
gulp.task('test', ['concatPrism', 'inlineTemplates'], function (done) {
|
||||
gulp.task('test', ['concatPrism', 'inlineTemplates', 'injectVersionFile'], function (done) {
|
||||
new Server({
|
||||
configFile: __dirname + '/../../karma.conf.js',
|
||||
singleRun: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user