Skip to content

Commit

Permalink
chore: fix codegen test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Aug 31, 2023
1 parent aaf0666 commit 038af3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/codegen.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('codegen', () => {
await deleteAsync([target])
expect(fs.existsSync(target)).toBe(false)
const res = await copyEscape(target)
expect(res.length).toBe(3)
expect(res.length).toBe(5)
for (const filename of res) {
expect(fs.existsSync(filename)).toBe(true)
}
Expand Down

0 comments on commit 038af3a

Please sign in to comment.