Skip to content

Commit

Permalink
feat(axe): add jest axe
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel.gomez committed Sep 4, 2023
1 parent 28ea1f4 commit aa06d4a
Show file tree
Hide file tree
Showing 29 changed files with 740 additions and 1,924 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: Install dependencies
run: npm i --legacy-peer-deps
- name: Run Jest coverage
run: npm run cover
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
npm run cover
- name: Run Lint
run: npm run lint
- name: Run build
Expand Down
Loading

0 comments on commit aa06d4a

Please sign in to comment.