Skip to content

Commit 8b0e05e

Browse files
committed
Update failing test
1 parent 4f7e225 commit 8b0e05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ describe('command', () => {
551551
);
552552
setTimeout(
553553
dfd.callback(() => {
554-
assert.strictEqual(useStub.callCount, 7);
554+
assert.strictEqual(useStub.callCount, 8);
555555
assert.isTrue(
556556
hotMiddleware.calledWith(compiler, {
557557
heartbeat: 10000

0 commit comments

Comments
 (0)