mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
fix(lint)
This commit is contained in:
parent
b26a5b252c
commit
de9e627924
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const patched = proxyquire("../lib/items/update-notification",
|
|||
|
||||
const UpdateNotification = patched.default;
|
||||
|
||||
describe("UpdateNotification", () => {
|
||||
describe("UpdateNotification", function describeBlock() {
|
||||
beforeEach(() => {
|
||||
stubUpdaterState = 'idle'
|
||||
stubUpdaterReleaseVersion = undefined
|
||||
|
|
Loading…
Reference in a new issue