We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940c9de commit 73920e5Copy full SHA for 73920e5
__tests__/main.test.ts
@@ -41,7 +41,7 @@ describe('main.ts', () => {
41
1,
42
'message',
43
// Simple regex to match a time string in the format HH:MM:SS.
44
- expect.stringMatching(/^JSON Schema Check Results/)
+ expect.stringMatching(/^# JSON Schema Check Results/)
45
)
46
})
47
/*
0 commit comments