Skip to content

Commit

Permalink
Change Node implementation detail in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubennorte committed Apr 3, 2019
1 parent 956b7bf commit 7a8ef47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-console/src/__tests__/CustomConsole.test.ts
Expand Up @@ -76,7 +76,7 @@ describe('CustomConsole', () => {
_console.assert(false);

expect(_stderr).toMatch('AssertionError');
expect(_stderr).toMatch('false == true');
expect(_stderr).toMatch('The expression evaluated to a falsy value:');
});

test('log the assertion error when the assertion is falsy with another message argument', () => {
Expand Down

0 comments on commit 7a8ef47

Please sign in to comment.