chore: Temporarily disable smoke_node test (#252)

This commit is contained in:
Pavel
2023-02-15 18:50:07 +03:00
committed by GitHub
parent d4046faf22
commit 20df270745

View File

@@ -11,7 +11,7 @@
"type": "module",
"scripts": {
"build": "tsc",
"test": "node --loader ts-node/esm ./src/index.ts"
"_test": "node --loader ts-node/esm ./src/index.ts"
},
"repository": "https://github.com/fluencelabs/fluence-js",
"author": "Fluence Labs",