Skip to content

Commit b7b81a1

Browse files
committed
remove unused function
1 parent 77ae436 commit b7b81a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

e2e/__tests__/toThrowErrorMatchingSnapshot.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ test('should support rejecting promises', () => {
9393
{
9494
writeFiles(TESTS_DIR, {[filename]: template()});
9595
const {stderr, exitCode} = runJest(DIR, ['-w=1', '--ci=false', filename]);
96-
console.log(stderr);
9796

9897
const snapshot = fs.readFileSync(
9998
`${TESTS_DIR}/__snapshots__/${filename}.snap`,

0 commit comments

Comments
 (0)