Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal: Debug Jest failures #86

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install --immutable
- run: yarn run setup
- run: yarn run type
- run: yarn run coverage
# - run: yarn run type
- run: node -v
- run: yarn -v
- run: yarn beemo create-config jest
- run: yarn dlx [email protected]
# - run: node ./node_modules/.bin/jest
# - run: yarn run coverage
- run: yarn run lint
pack:
name: Pack
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"node": ">=12.17.0",
"npm": ">=6.13.0"
},
"resolutions": {
"jest": "26.6.3"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
Expand All @@ -47,6 +50,7 @@
"@types/semver": "^7.3.8",
"chokidar": "^3.5.2",
"conventional-changelog-beemo": "^2.1.0",
"jest": "26.6.3",
"lerna": "^4.0.0",
"typescript": "^4.4.2"
},
Expand Down
Loading