Skip to content

Commit

Permalink
Revert "test skipping test"
Browse files Browse the repository at this point in the history
This reverts commit e164174.
  • Loading branch information
bert0RM committed Dec 20, 2023
1 parent e164174 commit 0d633ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/circom/tests/simple_regex_decompose.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("Simple Regex Decomposed", () => {
circuit = await wasm_tester(path.join(__dirname, "./circuits/test_simple_regex_decomposed.circom"), option);
});

it.skip("case 1", async () => {
it("case 1", async () => {
const input = "email was meant for @zkRegex.";
const paddedStr = apis.padString(input, 64);
const circuitInputs = {
Expand Down

0 comments on commit 0d633ff

Please sign in to comment.