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

Update node in jest worker #10145

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
updating snapshots
matthewbub committed Jun 8, 2020
commit 430c3e91adfa413256e47f5bb3dc60ff25335c8f
18 changes: 6 additions & 12 deletions e2e/__tests__/__snapshots__/watchModePatterns.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`can press "p" to filter by file name 1`] = `

"
Pattern Mode Usage
› Press Esc to exit pattern mode.
› Press Enter to filter by a filenames regex pattern.

pattern › 
pattern › b
pattern › ba
pattern › bar


pattern › pattern › b pattern › ba pattern › bar

"
`;

exports[`can press "p" to filter by file name: test results 1`] = `
@@ -44,16 +40,14 @@ Ran all test suites matching /bar/i.
`;

exports[`can press "t" to filter by test name 1`] = `

"
Pattern Mode Usage
› Press Esc to exit pattern mode.
› Press Enter to filter by a tests regex pattern.

pattern › 
pattern › 2


pattern › pattern › 2

"
`;

exports[`can press "t" to filter by test name: test results 1`] = `