Skip to content

Commit

Permalink
Merge pull request #526 from scalvert/fix-test-isolation-output
Browse files Browse the repository at this point in the history
bug(Test Isolation Validation): Fixing message for test isolation validation
  • Loading branch information
rwjblue authored Jul 30, 2019
2 parents 633f7c2 + 798d18e commit c349ed1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function detectIfTestNotIsolated(test, message = '') {
test.expected++;
test.assert.pushResult({
result: false,
message: `${message} ${debugInfo.message}`,
message: `${message} \nMore information has been printed to the console. Please use that information to help in debugging.\n\n`,
});
}
}
Expand Down

0 comments on commit c349ed1

Please sign in to comment.