Skip to content

Commit e1c7bbf

Browse files
committed
- combined run for tests to get a full report
1 parent af5898d commit e1c7bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"package": "ncc build --source-map --license licenses.txt",
1515
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=default --reporters=jest-junit",
1616
"test-main": "NODE_OPTIONS=--experimental-vm-modules jest __tests__/main.test.ts --reporters=default --reporters=jest-junit",
17-
"test-github": "NODE_OPTIONS=--experimental-vm-modules jest __tests__/*.test.ts --reporters=default --reporters=jest-junit",
17+
"test-github": "NODE_OPTIONS=--experimental-vm-modules jest __tests__/*.test.ts __tests__/offline/*.test.ts --reporters=default --reporters=jest-junit",
1818
"test-gitea": "NODE_OPTIONS=--experimental-vm-modules jest __tests__/gitea/*.test.ts --reporters=default --reporters=jest-junit",
1919
"test-demo": "NODE_OPTIONS=--experimental-vm-modules jest __tests__/demo/*.test.ts --reporters=default --reporters=jest-junit",
2020
"test-offline": "NODE_OPTIONS=--experimental-vm-modules jest __tests__/offline/*.test.ts --reporters=default --reporters=jest-junit",
21-
"all": "npm run build && npm run format && npm run lint && npm run package && npm run test-github && npm run test-offline"
21+
"all": "npm run build && npm run format && npm run lint && npm run package && npm run test-github"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)