storj/satellite/console/wasm/tests/package.json
Jessica Grebenschikov b7d8dee5e9 satellite/console/wasm: add js tests
Change-Id: I8b1b0e81500836e0408e0517edb6c696698ab5f7
2021-01-21 20:18:03 +00:00

13 lines
276 B
JSON

{
"name": "testing-wasm",
"version": "1.0.0",
"scripts": {
"build": "GOOS=js GOARCH=wasm go build -o main.wasm storj.io/storj/satellite/console/wasm",
"pretest": "npm run build",
"test": "jest || true"
},
"devDependencies": {
"jest": "^23.5.0"
}
}