Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Sep 13, 2021
1 parent 09562a2 commit 2479fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/client/utils/reloadApp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe("'reloadApp' function", () => {

reloadApp(
{ hot: false, hotReload: true, liveReload: true },
{ isUnloading: false, currentHash: "other-mock-hash" }
{ isUnloading: false, currentHash: "changed-mock" }
);

setTimeout(() => {
Expand All @@ -101,7 +101,7 @@ describe("'reloadApp' function", () => {
test("should run liveReload when protocol is http:", (done) => {
reloadApp(
{ hot: false, hotReload: true, liveReload: true },
{ isUnloading: false, currentHash: "other-mock-hash" }
{ isUnloading: false, currentHash: "changed-mock" }
);

setTimeout(() => {
Expand Down

0 comments on commit 2479fe1

Please sign in to comment.