Skip to content

Commit 8207f5c

Browse files
committed
Add an intentionally-failing test
1 parent 5856157 commit 8207f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/end-to-end.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const endToEnd = (input: string) => {
1616
}
1717

1818
testCases(endToEnd, code => code)('end-to-end tests', [
19+
['this test intentionally fails', either.makeRight('not correct')],
1920
['""', either.makeRight('')],
2021
['{}', either.makeRight({})],
2122
['hi', either.makeRight('hi')],

0 commit comments

Comments
 (0)