Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Jul 13, 2020
1 parent 80bb1b9 commit 013e6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('@bigtest/cli', function() {
expect(child.stdout?.output).toContain("✓ [step] Failing Test -> first step")
expect(child.stdout?.output).toContain("✓ [assertion] Failing Test -> check the thing")
expect(child.stdout?.output).toContain("⨯ [step] Failing Test -> child -> child second step")
expect(child.stdout?.output).toContain(" FAILURE")
expect(child.stdout?.output).toContain(" FAILURE")
});
});
});
Expand Down

0 comments on commit 013e6b7

Please sign in to comment.