Skip to content

Commit 6626424

Browse files
committed
Modulsify test
1 parent 56340ce commit 6626424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-env jest */
2-
const postcss = require("postcss");
3-
const stripIndent = require("strip-indent");
4-
const plugin = require("../src");
2+
import postcss from "postcss";
3+
import stripIndent from "strip-indent";
4+
import plugin from "../src";
55

66
const strip = input => stripIndent(input).trim();
77

0 commit comments

Comments
 (0)