We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c04b0a commit e72e17cCopy full SHA for e72e17c
1 file changed
apps/client-e2e/src/tests/debugging/timer-stop.ts
@@ -49,8 +49,8 @@ export const TimerStop: RunnerFunction = async (init) => {
49
50
// make sure our call stack matches
51
expect(stack).toEqual([
52
+ { line: 12, file },
53
{ line: 19, file },
- { line: 1, file },
54
]);
55
56
// return - IDL bug/behavior where we need to do it twice
0 commit comments