Skip to content

Commit

Permalink
Updated custom parser test
Browse files Browse the repository at this point in the history
  • Loading branch information
crycode-de committed Apr 19, 2022
1 parent f34e960 commit 9dd012e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/custom.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe('ParserCustom', () => {
customScriptWrite: `/* ... */`
});

expect(warnMsg).to.match(/SyntaxError/).and.to.match(/value = 'test;\s*\^\^/);
expect(warnMsg).to.match(/SyntaxError/).and.to.match(/value = 'test;\s*\^/);
});

it(`script returning wrong data type should log a warning`, async () => {
Expand Down

0 comments on commit 9dd012e

Please sign in to comment.