Skip to content

Commit 7a3f430

Browse files
committed
Provide dummy API token for smoke test
1 parent 4cf3f47 commit 7a3f430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "index.js",
1010
"type": "module",
1111
"scripts": {
12-
"test": "node index.js && NODE_OPTIONS=--experimental-vm-modules jest"
12+
"test": "REPLICATE_API_TOKEN=not-a-real-token node index.js && NODE_OPTIONS=--experimental-vm-modules jest"
1313
},
1414
"dependencies": {
1515
"node-fetch": "^3.3.0"

0 commit comments

Comments
 (0)