Fix eslint warning in utils.test.ts

This commit is contained in:
Shivam Mathur 2022-01-29 07:30:16 +05:30
parent 44ff4ed92d
commit 5187531b8b
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -1,4 +1,3 @@
import * as fs from 'fs';
import * as path from 'path';
import * as utils from '../src/utils';