We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162ca35 commit bf6c340Copy full SHA for bf6c340
1 file changed
workers/grouper/tests/index.test.ts
@@ -404,8 +404,6 @@ describe('GrouperWorker', () => {
404
const savedDelta = savedRepetition.delta as string;
405
const parsedDelta = JSON.parse(savedDelta) as RepetitionDelta;
406
407
- console.log('parsedDelta', parsedDelta);
408
-
409
expect(parsedDelta.type).toBe(undefined);
410
expect(parsedDelta.backtrace).toBe(undefined);
411
expect(parsedDelta.context).toBe(undefined);
0 commit comments