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 4cf3f47 commit 7a3f430Copy full SHA for 7a3f430
package.json
@@ -9,7 +9,7 @@
9
"main": "index.js",
10
"type": "module",
11
"scripts": {
12
- "test": "node index.js && NODE_OPTIONS=--experimental-vm-modules jest"
+ "test": "REPLICATE_API_TOKEN=not-a-real-token node index.js && NODE_OPTIONS=--experimental-vm-modules jest"
13
},
14
"dependencies": {
15
"node-fetch": "^3.3.0"
0 commit comments