Skip to content

Commit 5f176d1

Browse files
committed
re-enable property-based tests
1 parent 459057c commit 5f176d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/wasm/test/test-failurePos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const checkFailurePos = matcher =>
7979
);
8080

8181
// eslint-disable-next-line ava/no-skip-test
82-
test.skip('failure pos (fast-check)', async t => {
82+
test('failure pos (fast-check)', async t => {
8383
const m = await wasmMatcherForGrammar(ns.LiquidHTML);
8484
t.notThrows(() => fc.assert(checkFailurePos(m), {numRuns: 50}));
8585
});

0 commit comments

Comments
 (0)