Skip to content

Commit

Permalink
Removed typo from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jun 29, 2017
1 parent 10b93dd commit d38d487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/tracekit-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d38d487

Please sign in to comment.