Skip to content

Commit 30718ac

Browse files
committed
Fix tests.
1 parent 6ab8732 commit 30718ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/instrument.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ describe('instrument', () => {
169169
expect(computedStates[3].error).toMatch(
170170
/Interrupted by an error up the chain/
171171
);
172-
expect(spy.calls[0].arguments[0]).toMatch(
172+
expect(spy.calls[0].arguments[0].toString()).toMatch(
173173
/ReferenceError/
174174
);
175175

0 commit comments

Comments
 (0)