Fixed coverage generation for document list

This commit is contained in:
Denys Vuika
2016-05-17 16:10:59 +01:00
parent 3f61e3627d
commit 4cf31f0d1e

View File

@@ -73,6 +73,6 @@ module.exports = function (config) {
] ]
}, },
singleRun: false singleRun: true
}) })
}; };