mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
fix: test:unit script
This commit is contained in:
parent
321e65014e
commit
7d542ba0cd
@ -29,12 +29,12 @@
|
||||
"db:seed": "knex seed:run",
|
||||
"pretest:unit": "mkdir -p .test-reports/unit",
|
||||
"test:unit": "mocha 'test/**/*.spec.ts'",
|
||||
"test:unit:watch": "npm run test:unit -- --min --watch --watch-files src/**/*,test/**/*",
|
||||
"cover:unit": "nyc --report-dir .coverage/unit npm run --ignore-scripts test:unit",
|
||||
"docker:build": "docker build -t nostr-ts-relay .",
|
||||
"pretest:integration": "mkdir -p .test-reports/integration",
|
||||
"test:integration": "cucumber-js",
|
||||
"cover:integration": "nyc --report-dir .coverage/integration npm run --ignore-scripts test:integration",
|
||||
"test:unit:watch": "npm run test:unit -- --min --watch --watch-files src/**/*,test/**/*",
|
||||
"cover:unit": "nyc --report-dir .coverage/unit npm run --ignore-scripts test:unit -- --reporter=false",
|
||||
"docker:build": "docker build -t nostr-ts-relay .",
|
||||
"predocker:compose:up": "[ -d \"$HOME/.nostr\" ] || mkdir -p $HOME/.nostr",
|
||||
"docker:compose:start": "docker compose up --build",
|
||||
"docker:compose:stop": "docker compose down",
|
||||
|
Loading…
x
Reference in New Issue
Block a user