We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7759254 commit 388b612Copy full SHA for 388b612
package.json
@@ -9,7 +9,8 @@
9
"type": "module",
10
"scripts": {
11
"start": "arc sandbox",
12
- "test": "tape tests/*.test.js | tap-spec"
+ "test": "echo 'Test not working on Begin.com'",
13
+ "test:dev": "tape tests/*.test.js | tap-spec"
14
},
15
"repository": {
16
"type": "git",
@@ -38,4 +39,4 @@
38
39
"tape": "^5.4.1",
40
"tiny-json-http": "^7.3.1"
41
}
-}
42
+}
0 commit comments