Skip to content

Commit 93c99fb

Browse files
committed
Sort imports, remove unused import
1 parent 414b792 commit 93c99fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/index.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { promises as fs } from 'fs';
19-
import postcss from 'postcss';
2018
import plugin = require('../src');
19+
import postcss from 'postcss';
2120
import { toShortName } from '../src/minimal-renamer';
2221

2322
async function run(input: string, options = {}): Promise<postcss.Result> {

0 commit comments

Comments
 (0)