We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ed648 commit b254cc5Copy full SHA for b254cc5
index.test.js
@@ -18,5 +18,3 @@ Deno.test({
18
assertEquals(mmInstance.makeRe() instanceof RegExp, true)
19
},
20
})
21
-
22
-Deno.runTests()
package.json
@@ -8,7 +8,7 @@
8
"build": "rollup -c",
9
"lint": "eslint .",
10
"pretest": "yarn build",
11
- "test": "yarn lint && deno run index.test.js"
+ "test": "yarn lint && deno test index.test.js"
12
13
"eslintIgnore": [
14
"index.js"
@@ -26,4 +26,4 @@
26
"node": "12.13.0",
27
"yarn": "1.19.1"
28
}
29
-}
+}
0 commit comments