mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-07-02 17:21:33 +00:00
chore(ci): Setup chromium (#284)
* Setup chromium * Run commentedout tests
This commit is contained in:
committed by
GitHub
parent
10d7eaed80
commit
faf1f7d238
@ -23,7 +23,7 @@
|
||||
"@test/test-utils": "workspace:^"
|
||||
},
|
||||
"scripts": {
|
||||
"commented_out_test": "node --loader ts-node/esm ./test/index.ts",
|
||||
"test": "node --loader ts-node/esm ./test/index.ts",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"_test": "react-scripts test",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"commented_out_test": "node --loader ts-node/esm ./src/index.ts",
|
||||
"test": "node --loader ts-node/esm ./src/index.ts",
|
||||
"serve": "http-server public"
|
||||
},
|
||||
"repository": "https://github.com/fluencelabs/fluence-js",
|
||||
|
Reference in New Issue
Block a user