Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
roginvs committed Jun 14, 2021
1 parent e3082ab commit c0a887f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe("Testing cli", () => {
.execSync(`./rocco test/emitter.crc32.c ${tmpFileName}`)
.toString();

expect(result.indexOf("Done") > -1).toBe(true);
expect(result).toContain("Done");

const fData = fs.readFileSync(tmpFileName).toString();
expect(fData.length > 1000).toBe(true);
Expand Down

0 comments on commit c0a887f

Please sign in to comment.