From d38d48765f089309e4f4c7a1baacd96dd0534187 Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Thu, 29 Jun 2017 11:46:07 -0500 Subject: [PATCH] Removed typo from tests --- spec/tracekit-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/tracekit-spec.js b/spec/tracekit-spec.js index c5965fe..666d816 100644 --- a/spec/tracekit-spec.js +++ b/spec/tracekit-spec.js @@ -145,7 +145,7 @@ it('should pass undefined:undefined', function (done) { // this is probably not good behavior; just writing this test to verify // that it doesn't change unintentionally - subscriptionHandler = function (stack, isWindowError, error) {a + subscriptionHandler = function (stack, isWindowError, error) { expect(stack.name).toBe(undefined); expect(stack.message).toBe(undefined); done();