Skip to content
Merged
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: 1 addition & 1 deletion src/__tests__/wait-for.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ test('provides an improved stack trace if the thrown error is a TestingLibraryEl
{timeout: 8, interval: 5},
).catch(e => e)
// too hard to test that the stack trace is what we want it to be
// so we'll just make sure that it's not the same as the origianl
// so we'll just make sure that it's not the same as the original
expect(result.stack).not.toBe(originalStackTrace)
})

Expand Down