Skip to content

Commit 4cb4651

Browse files
Fix tests
All tests should be result-based
1 parent 305603c commit 4cb4651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/failing-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export default {
22
name: "Failing tests",
33
description: "These tests are designed to fail and should not break the test runner",
4+
expect: 42,
45
tests: [
56
{
67
name: "map() fails",
@@ -15,7 +16,6 @@ export default {
1516
map: arg => undefined,
1617
check: (actual, expected) => actual.length < expected.length,
1718
arg: 42,
18-
expect: 42,
1919
},
2020
],
2121
};

0 commit comments

Comments
 (0)