From d2ccecc929cdde2fdcb448252e89ecf486673701 Mon Sep 17 00:00:00 2001 From: haad Date: Thu, 16 Feb 2023 12:32:58 +0200 Subject: [PATCH] Run tests only with js-ipfs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c14e008..10d9491 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "examples:browser-webpack": "open-cli examples/browser/browser-webpack-example/index.html", "lint:docs": "remark -qf -u validate-links .", "test:all": "npm run test:browser-multiple-tabs && npm run test", - "test": "cross-env TEST=all mocha --config test/.mocharc.json", + "test": "cross-env TEST=js mocha --config test/.mocharc.json", "test:browser-multiple-tabs": "npm run build:dist && cpy dist/orbitdb.min.js ./test/browser/ --rename=orbitdb.js --flat && cpy node_modules/ipfs/dist/index.min.js ./test/browser --rename=ipfs.js --flat && cpy node_modules/orbit-db-identity-provider/dist/orbit-db-identity-provider.min.js ./test/browser --rename=identities.js --flat && cpy node_modules/ipfs-log/dist/ipfslog.min.js ./test/browser --flat && mocha ./test/browser/concurrent.spec.js", "build": "npm run build:dist && npm run build:debug", "build:examples": "webpack --config conf/webpack.example.config.js",