Skip to content

Commit

Permalink
Merge "REST: Make all mocha tests run in parallel"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Feb 25, 2025
2 parents 72684b1 + 46a75e7 commit 558107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "OpenAPI definition of Wikibase REST API",
"scripts": {
"test": "npm run lint",
"api-testing": "npm run mocha --require ../domains/crud/tests/mocha/api-testing/fixtures.cjs tests/mocha ../domains/**/tests/mocha",
"api-testing:e2e-rest": "npm run mocha -- tests/mocha",
"api-testing:e2e-crud": "npm run mocha -- --require ../domains/crud/tests/mocha/api-testing/fixtures.cjs ../domains/crud/tests/mocha/api-testing",
"api-testing:e2e-search": "npm run mocha -- ../domains/search/tests/mocha/api-testing",
"api-testing:spec-crud": "npm run mocha -- ../domains/crud/tests/mocha/openapi-validation",
"api-testing:spec-search": "npm run mocha -- ../domains/search/tests/mocha/openapi-validation",
"api-testing": "npm-run-all api-testing:*",
"mocha": "mocha --timeout 0 --inline-diffs",
"lint": "npm-run-all --parallel lint:*",
"lint:openapi": "npm run spec:join && redocly lint specs/openapi-joined.json",
Expand Down

0 comments on commit 558107f

Please sign in to comment.