Fixed test retry in browsers.
This commit is contained in:
parent
18fdb96fe1
commit
681f2a50b2
@ -40,7 +40,9 @@ const KarmaReporter = function () {
|
|||||||
lastSuite = result.suite[0];
|
lastSuite = result.suite[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
runner.emit('test');
|
runner.emit('test', {
|
||||||
|
_currentRetry: 0
|
||||||
|
});
|
||||||
|
|
||||||
if (result.skipped) {
|
if (result.skipped) {
|
||||||
runner.emit('skipped');
|
runner.emit('skipped');
|
||||||
|
@ -83,6 +83,7 @@ export default commandLineArgs => {
|
|||||||
format: format,
|
format: format,
|
||||||
name: "testing"
|
name: "testing"
|
||||||
},
|
},
|
||||||
|
context: "window",
|
||||||
treeshake: false,
|
treeshake: false,
|
||||||
plugins: plugins
|
plugins: plugins
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user