Skip to content

Commit

Permalink
test: update JEST snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
WillianAgostini committed Jan 16, 2024
1 parent c7a0893 commit d2895b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/__tests__/__snapshots__/timeoutsLegacy.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`can read and write jasmine.DEFAULT_TIMEOUT_INTERVAL 1`] = `
"Test Suites: 1 passed, 1 total
"Test Suites: 1 passed, 1 total (100%)
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: <<REPLACED>>
Expand All @@ -14,15 +14,15 @@ exports[`does not exceed the timeout using jasmine.DEFAULT_TIMEOUT_INTERVAL 1`]
`;
exports[`does not exceed the timeout using jasmine.DEFAULT_TIMEOUT_INTERVAL 2`] = `
"Test Suites: 1 passed, 1 total
"Test Suites: 1 passed, 1 total (100%)
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: <<REPLACED>>
Ran all test suites."
`;
exports[`exceeds the timeout set using jasmine.DEFAULT_TIMEOUT_INTERVAL 1`] = `
"Test Suites: 1 failed, 1 total
"Test Suites: 1 failed, 1 total (100%)
Tests: 1 failed, 1 total
Snapshots: 0 total
Time: <<REPLACED>>
Expand Down

0 comments on commit d2895b7

Please sign in to comment.