Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 4, 2022
1 parent 226f0ed commit 3384ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/utils/test/read-file-or-url.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { tmpdir } from 'os';
import { join, relative } from 'path';
import { DefaultLogger } from '../src/logger';
import { readFile } from '../src/read-file-or-url';
import { fetch } from 'cross-undici-fetch';

describe('readFile', () => {
it('should convert relative paths to absolute paths correctly', async () => {
Expand Down

0 comments on commit 3384ea7

Please sign in to comment.