From 3cd911f77363e4bf25f4aa5c7be40a2b4d4ed1d0 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 13 Jan 2025 18:07:20 +0000 Subject: [PATCH] Fix lint --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 5c5e47d..9483c31 100644 --- a/test/index.js +++ b/test/index.js @@ -16,5 +16,5 @@ import './bls12-381.test.js'; import './bn254.test.js'; import './utils.test.js'; -process.env.MSHOULD_FAST=1 +process.env.MSHOULD_FAST = 1; should.runWhen(import.meta.url);