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];
|
||||
}
|
||||
|
||||
runner.emit('test');
|
||||
runner.emit('test', {
|
||||
_currentRetry: 0
|
||||
});
|
||||
|
||||
if (result.skipped) {
|
||||
runner.emit('skipped');
|
||||
|
@ -83,6 +83,7 @@ export default commandLineArgs => {
|
||||
format: format,
|
||||
name: "testing"
|
||||
},
|
||||
context: "window",
|
||||
treeshake: false,
|
||||
plugins: plugins
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user