Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed May 7, 2024
1 parent af1bbc0 commit 759767a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run Tests (mjs)
run: |
npm run build-client-bundle
npm run test:mjs
npm run test2
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"postinstall": "lerna bootstrap --no-ci && npm run build",
"test": "npm run build-client-bundle && npm run test:mjs && npm run test:cjs",
"test:mjs": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --forceExit --testMatch \"**/test/{common,e2e,server}/**/*test.?(c)js\"",
"test2": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --forceExit --testMatch \"**/test/{common,e2e,server}/**/*ed.test.?(c)js\"",
"test:cjs": "jest --coverage --forceExit --testMatch \"**/test/cjs/**/*test.?(c)js\"",
"clear": "rimraf packages/client/lib packages/common/lib packages/server/lib packages/common/cjs packages/server/cjs",
"build-client-bundle": "webpack --config packages/client/webpack/webpack.prod.cjs --env path=../../../test/.tmp --env packageVersion=latest",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/unauthorized.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('unauthorized', () => {
})
})

page.goto('http://localhost:4000/e2e/unauthorized.html')
await page.goto('http://localhost:4000/e2e/unauthorized.html')

afterAll(async () => {
const close = () => {
Expand Down

0 comments on commit 759767a

Please sign in to comment.