mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 10:33:44 +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
|
* Run test once and exit
|
||||||
*/
|
*/
|
||||||
gulp.task('test', ['concatPrism', 'inlineTemplates'], function (done) {
|
gulp.task('test', ['concatPrism', 'inlineTemplates', 'injectVersionFile'], function (done) {
|
||||||
new Server({
|
new Server({
|
||||||
configFile: __dirname + '/../../karma.conf.js',
|
configFile: __dirname + '/../../karma.conf.js',
|
||||||
singleRun: true
|
singleRun: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user