We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae9244 commit ca9addeCopy full SHA for ca9adde
src/__tests__/wait-for.js
@@ -88,7 +88,7 @@ test('provides an improved stack trace if the thrown error is a TestingLibraryEl
88
{timeout: 8, interval: 5},
89
).catch(e => e)
90
// too hard to test that the stack trace is what we want it to be
91
- // 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
92
expect(result.stack).not.toBe(originalStackTrace)
93
})
94
0 commit comments