-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
feat(create-jest): Add npm init / yarn create initialiser
#14453
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
30e957f
feat(create-jest): Add `npm init` / `yarn create` initialiser
dj-stormtrooper 5b580b1
fix: Updated `yarn.lock`
dj-stormtrooper e804edb
feat: Add typescript API
dj-stormtrooper 546db25
fix: Prettier error
dj-stormtrooper e503b28
Merge branch 'main' of github.com:dj-stormtrooper/jest into feat/crea…
dj-stormtrooper 0ffab46
feat: Move config initialisation logic to `create-jest` package
dj-stormtrooper df988bf
fix: Eslint errors
dj-stormtrooper 92db787
feat: Add `rootDir` to `create-jest` CLI API
dj-stormtrooper 66384ac
fix: Typesafe values operators for `create-jest` package
dj-stormtrooper e8d2043
fix: Extra diff
dj-stormtrooper d160788
fix: Remove redundant file
dj-stormtrooper c9b4ecb
Update packages/create-jest/src/runCreate.ts
dj-stormtrooper b126c72
fix: Shortcut for nullable values check
dj-stormtrooper 7b366be
chore: Add `create-jest` to typecheck tests configuration
dj-stormtrooper 0e9aed8
fix: Remove unnecessary type declaration
dj-stormtrooper 48b3d1d
fix: Remove unnecessary `local` check
dj-stormtrooper bbae051
fix: Remove `bin` from exports
dj-stormtrooper 0b4ea0f
fix: Remove extra CLI interface
dj-stormtrooper 8fe5b8d
fix: Restore `bin` export
dj-stormtrooper 810fec8
Merge branch 'feat/create-jest-package' of github.com:dj-stormtrooper…
dj-stormtrooper 513ad24
fix: New package name in error message
dj-stormtrooper dedea5f
docs: Add `create-jest` usage
dj-stormtrooper 8ae6c55
fix: More generic error message for malformed json in `create-jest`
dj-stormtrooper 8ca2c6a
Merge branch 'main' into feat/create-jest-package
dj-stormtrooper 77adb36
docs: Add `create-jest` to the changelog
dj-stormtrooper 0dcf317
Update packages/create-jest/src/generateConfigFile.ts
SimenB cc0e430
purdy
SimenB 9e3ddfa
strict
SimenB File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Shortcut for nullable values check
- Loading branch information
commit b126c72f4b6dd8e79632e6f941e8d0dcf7fd8108
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting why ESLint did not catch this: