Skip to content

Commit

Permalink
Fix fs import in utlts.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jun 12, 2023
1 parent 8cac79f commit 948bd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import fs from 'fs';
import fs = require('fs');
import * as path from 'path';
import * as utils from '../src/utils';

Expand Down

0 comments on commit 948bd8d

Please sign in to comment.