Last active
April 2, 2018 17:29
-
-
Save patoi/8d7bf39e842ffb7e60bf62f6b2580e9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it('is OK - not bad', async () => { | |
let result = await testFunction(true) | |
expect(result).to.be.equal('OK') | |
// flawed test throws an error, but it is not a test error (AssertionError) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment