We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5856157 commit 8207f5cCopy full SHA for 8207f5c
src/end-to-end.test.ts
@@ -16,6 +16,7 @@ const endToEnd = (input: string) => {
16
}
17
18
testCases(endToEnd, code => code)('end-to-end tests', [
19
+ ['this test intentionally fails', either.makeRight('not correct')],
20
['""', either.makeRight('')],
21
['{}', either.makeRight({})],
22
['hi', either.makeRight('hi')],
0 commit comments