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 10b93dd commit d38d487Copy full SHA for d38d487
spec/tracekit-spec.js
@@ -145,7 +145,7 @@
145
it('should pass undefined:undefined', function (done) {
146
// this is probably not good behavior; just writing this test to verify
147
// that it doesn't change unintentionally
148
- subscriptionHandler = function (stack, isWindowError, error) {a
+ subscriptionHandler = function (stack, isWindowError, error) {
149
expect(stack.name).toBe(undefined);
150
expect(stack.message).toBe(undefined);
151
done();
0 commit comments