From 5ca7f726d3891057ae168002cfb2f92d1ffdae37 Mon Sep 17 00:00:00 2001 From: keiya01 Date: Fri, 10 Jul 2020 20:52:49 +0900 Subject: [PATCH] fixed typo --- src/__tests__/wait-for.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/wait-for.js b/src/__tests__/wait-for.js index e67802c1..ecf9197f 100644 --- a/src/__tests__/wait-for.js +++ b/src/__tests__/wait-for.js @@ -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) })