Skip to content

Commit d38d487

Browse files
committed
Removed typo from tests
1 parent 10b93dd commit d38d487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/tracekit-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
it('should pass undefined:undefined', function (done) {
146146
// this is probably not good behavior; just writing this test to verify
147147
// that it doesn't change unintentionally
148-
subscriptionHandler = function (stack, isWindowError, error) {a
148+
subscriptionHandler = function (stack, isWindowError, error) {
149149
expect(stack.name).toBe(undefined);
150150
expect(stack.message).toBe(undefined);
151151
done();

0 commit comments

Comments
 (0)