Skip to content

Commit

Permalink
Fix compilation error after adding status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
sboesen committed Nov 13, 2023
1 parent 711cfe1 commit c5fac38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/configPersist.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const DEFAULT_SETTINGS: RemotelySavePluginSettings = {
password: "password",
serviceType: "s3",
currLogLevel: "info",
enableStatusBarInfo: true
};

describe("Config Persist tests", () => {
Expand Down

0 comments on commit c5fac38

Please sign in to comment.