mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-08-25 09:31:11 +00:00
supress info log for tests (#1763)
This commit is contained in:
@@ -41,9 +41,9 @@
|
||||
"check:lint": "eslint src tests",
|
||||
"check:spelling": "cspell \"{README.md,{tests,src}/**/*.ts}\"",
|
||||
"check:tsc": "tsc -p tsconfig.dev.json",
|
||||
"test": "run-s test:*",
|
||||
"test:node": "node ./src/run-tests.js \"tests/**/!(*.optional).spec.ts\"",
|
||||
"test:optional": "node ./src/run-tests.js \"tests/**/@(*.optional).spec.ts\"",
|
||||
"test": "NODE_ENV=test run-s test:*",
|
||||
"test:node": "NODE_ENV=test node ./src/run-tests.js \"tests/**/!(*.optional).spec.ts\"",
|
||||
"test:optional": "NODE_ENV=test node ./src/run-tests.js \"tests/**/@(*.optional).spec.ts\"",
|
||||
"reset-hard": "git clean -dfx -e .idea && git reset --hard && npm i && npm run build"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@@ -4,7 +4,7 @@ import sinon, { SinonSpy } from "sinon";
|
||||
|
||||
import { tearDownNodes } from "../src/index.js";
|
||||
|
||||
describe("Craete node", () => {
|
||||
describe("Create node", () => {
|
||||
let waku: LightNode;
|
||||
let consoleInfoSpy: SinonSpy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user