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

Post tap to jest migration clean-up #829

Closed
wants to merge 3 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
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ jobs:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: npm ci
- run: npm run lint
- run: npm run lint-docs
- run: npm run lint-css
- run: npm run lint-all
49 changes: 0 additions & 49 deletions .github/workflows/test-unit.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: npm ci
- run: npm run test-jest
- run: npm run test

test_jest_ubuntu:
strategy:
Expand All @@ -49,4 +49,4 @@ jobs:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: npm ci
- run: xvfb-run -s "-ac -screen 0 1280x1024x24" npm run test-jest
- run: xvfb-run -s "-ac -screen 0 1280x1024x24" npm run test
97 changes: 0 additions & 97 deletions codemods.js

This file was deleted.

86 changes: 0 additions & 86 deletions jest-migration.md

This file was deleted.

Loading