There was an error while loading. Please reload this page.
1 parent 459057c commit 5f176d1Copy full SHA for 5f176d1
1 file changed
packages/wasm/test/test-failurePos.js
@@ -79,7 +79,7 @@ const checkFailurePos = matcher =>
79
);
80
81
// eslint-disable-next-line ava/no-skip-test
82
-test.skip('failure pos (fast-check)', async t => {
+test('failure pos (fast-check)', async t => {
83
const m = await wasmMatcherForGrammar(ns.LiquidHTML);
84
t.notThrows(() => fc.assert(checkFailurePos(m), {numRuns: 50}));
85
});
0 commit comments