Skip to content

Commit

Permalink
ci: fix jest test loader deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Jun 27, 2023
1 parent d131c99 commit 80ad118
Show file tree
Hide file tree
Showing 5 changed files with 961 additions and 748 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Setup
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version-file: .nvmrc
- uses: pnpm/action-setup@v2.0.1
with:
version: 6.0.2
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"./node_modules/"
],
"transform": {
"\\.html$": "jest-raw-loader"
"\\.html$": "@glen/jest-raw-loader"
},
"coverageDirectory": "./artifacts/coverage",
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
Expand Down Expand Up @@ -109,10 +109,10 @@
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@commitlint/travis-cli": "^17.3.0",
"@glen/jest-raw-loader": "^2.0.0",
"@rundik/responsive-json-webpack-plugin": "^1.5.3",
"@semantic-release/changelog": "^6.0.2",
"@types/chrome": "^0.0.238",
"@types/copy-webpack-plugin": "^10.1.0",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.11",
"@types/webpack": "^5.28.0",
Expand All @@ -131,16 +131,16 @@
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-mock-props": "^1.9.1",
"jest-raw-loader": "^1.0.1",
"lint-staged": "^13.1.0",
"prettier": "^2.8.0",
"prettier-eslint": "^15.0.1",
"rxjs": "^7.6.0",
"semantic-release": "^19.0.5",
"semantic-release-chrome": "^3.1.0",
"sinon-chrome": "^3.0.1",
"ts-jest": "^27.1.4",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
Expand Down
Loading

0 comments on commit 80ad118

Please sign in to comment.