Skip to content

Commit

Permalink
Fix runtime error because of no default export in rimraf v5
Browse files Browse the repository at this point in the history
  • Loading branch information
eddeee888 committed Apr 23, 2024
1 parent d3ee09f commit bd50b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/tests/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os from 'os';
import { join, parse, relative, resolve } from 'path';
import makeDir from 'make-dir';
import rimraf from 'rimraf';
import * as rimraf from 'rimraf';

const fs = jest.requireActual('fs');

Expand Down

0 comments on commit bd50b59

Please sign in to comment.