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

chore: remove jest-editor-support and jest-test-typescript-parser from the repo #7232

Merged
merged 2 commits into from
Oct 21, 2018
Merged
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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
- `[docs]` Update `setupFiles` documentation for clarity ([#7187](https://github.com/facebook/jest/pull/7187))
- `[docs]` Change `require.require*` to `jest.require*` ([#7210](https://github.com/facebook/jest/pull/7210))
- `[jest-circus]` Add readme.md ([#7198](https://github.com/facebook/jest/pull/7198))
- `[jest-editor-support]` Remove from the repository ([#7232](https://github.com/facebook/jest/pull/7232))
- `[jest-test-typescript-parser]` Remove from the repository ([#7232](https://github.com/facebook/jest/pull/7232))

### Performance

Expand Down
3 changes: 0 additions & 3 deletions e2e/__tests__/to_match_inline_snapshot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ test('basic support', () => {
expect(fileAfter).toMatchSnapshot('snapshot passed');
}

// This test below also covers how jest-editor-support creates terse messages
// for letting a Snapshot update, so if the wording is updated, please edit
// /packages/jest-editor-support/src/test_reconciler.js
{
writeFiles(TESTS_DIR, {
[filename]: readFile(filename).replace('original value', 'updated value'),
Expand Down
3 changes: 0 additions & 3 deletions e2e/__tests__/to_match_snapshot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ test('basic support', () => {
expect(status).toBe(0);
}

// This test below also covers how jest-editor-support creates terse messages
// for letting a Snapshot update, so if the wording is updated, please edit
// /packages/jest-editor-support/src/test_reconciler.js
{
writeFiles(TESTS_DIR, {
[filename]: template(['{apple: "updated value"}']),
Expand Down
3 changes: 0 additions & 3 deletions packages/jest-editor-support/.npmignore

This file was deleted.

13 changes: 0 additions & 13 deletions packages/jest-editor-support/README.md

This file was deleted.

196 changes: 0 additions & 196 deletions packages/jest-editor-support/index.d.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/jest-editor-support/package.json

This file was deleted.

58 changes: 0 additions & 58 deletions packages/jest-editor-support/src/Process.js

This file was deleted.

Loading