Skip to content

Commit

Permalink
Part of TTLApp#1117: Upgrade to sinon 19.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal committed Feb 8, 2025
1 parent 615e52c commit 3e7833f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
2 changes: 1 addition & 1 deletion __tests__/__main__/main-window.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ describe('main-window.mjs', () =>
preventDefault: () => {}
});
assert.strictEqual(intervalSpy.calledOnceWithExactly(match.func, 60 * 1000), true);
clock.next();
clock.nextAsync();
intervalSpy.restore();
});
});
Expand Down
49 changes: 25 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"npm-run-all": "4.1.5",
"playwright": "1.50.1",
"prettier": "3.4.2",
"sinon": "18.0.1",
"rimraf": "6.0.1",
"sinon": "19.0.2",
"stylelint": "16.14.1",
"stylelint-config-standard": "37.0.0"
},
Expand Down

0 comments on commit 3e7833f

Please sign in to comment.