We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523ce92 commit a28c8bbCopy full SHA for a28c8bb
test/unit/node/settings.test.ts
@@ -29,7 +29,7 @@ describe("settings", () => {
29
const settings = new SettingsProvider<CoderSettings>(pathToMockSettingsFile)
30
await settings.read()
31
// This happens when we can't parse a JSON (usually error in file)
32
- expect(logger.warn).toHaveBeenCalledWith(expect.stringMatching(/Unexpected token/))
+ expect(logger.warn).toHaveBeenCalledWith(expect.stringMatching(/Expected ':'/))
33
})
34
35
describe("with invalid settings file path", () => {
0 commit comments