Skip to content

chore: remove vestiges of Jest internally #11385

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
* text=auto eol=lf

# force github to treat out custom jest snapshot extension as normal jest snapshots
*.shot linguist-language=Jest-Snapshot
*.shot linguist-generated
packages/scope-manager/src/lib/**/* linguist-generated
2 changes: 1 addition & 1 deletion .github/workflows/nx-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# `nx migrate` when renovate opens a PR to change the version of @nx/workspace.
#
# You will therefore also notice that in the renovate configuration, we ignore any packages which
# Nx will manage for us as part of `nx migrate` such as the remaining @nx/* packages and jest.
# Nx will manage for us as part of `nx migrate` such as the remaining @nx/* packages.

name: Nx Migrate

Expand Down
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker",
"tlent.jest-snapshot-language-support",
"mrmlnc.vscode-json5",
"vitest.explorer"
],
Expand Down
14 changes: 0 additions & 14 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,4 @@
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"editor.defaultFormatter": "esbenp.prettier-vscode",

// make the .shot files from jest-specific-snapshot act like normal snapshots
"files.associations": {
"*.shot": "jest-snapshot"
},
"vsicons.associations.files": [
{
"icon": "jest_snapshot",
"extensions": [
".shot",
],
"extends": "jest_snapshot"
},
],
}
1 change: 0 additions & 1 deletion packages/scope-manager/tests/eslint-scope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ The intention is to help us ensure we do not regress functionality compared to t
They have been modified to:

- be written in TypeScript
- work with jest
- work with our folder structure
- adhere to our formatting and linting style

Expand Down