Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
bakamitai456 committed Jun 15, 2023
1 parent 77ae436 commit b7b81a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/__tests__/toThrowErrorMatchingSnapshot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ test('should support rejecting promises', () => {
{
writeFiles(TESTS_DIR, {[filename]: template()});
const {stderr, exitCode} = runJest(DIR, ['-w=1', '--ci=false', filename]);
console.log(stderr);

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

0 comments on commit b7b81a1

Please sign in to comment.