chore(ci): Setup chromium (#284)

* Setup chromium

* Run commentedout tests
This commit is contained in:
Anatolios Laskaris
2023-03-09 11:39:43 +02:00
committed by GitHub
parent 10d7eaed80
commit faf1f7d238
3 changed files with 4 additions and 2 deletions

View File

@ -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",

View File

@ -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",