Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
8ea5f798
Commit
8ea5f798
authored
Mar 22, 2021
by
Daniel Perez
Browse files
Fixing issue with unit test when not able to build
parent
6ab85711
Pipeline
#32934
passed with stages
in 5 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
8ea5f798
...
...
@@ -14,7 +14,7 @@
"setup:dev"
:
"(nohup redis-server > /tmp/redis.log 2>&1 &) && (npm i)"
,
"test"
:
"env UTEST=true mocha -r ts-node/register tests/utest/test.ts"
,
"test-coverage"
:
"env UTEST=true nyc mocha -r ts-node/register --reporter mocha-junit-reporter tests/utest/test.ts"
,
"test-automation"
:
"npm run clean && npm install && npm run test-coverage"
,
"test-automation"
:
"npm run clean && npm install && npm run
build && npm run
test-coverage"
,
"test-e2e-parallel"
:
"node ./tests/e2e/parallel/run_e2e_tests_parallel.js"
},
"nyc"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment