We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56340ce commit 6626424Copy full SHA for 6626424
test/test.js
@@ -1,7 +1,7 @@
1
/* eslint-env jest */
2
-const postcss = require("postcss");
3
-const stripIndent = require("strip-indent");
4
-const plugin = require("../src");
+import postcss from "postcss";
+import stripIndent from "strip-indent";
+import plugin from "../src";
5
6
const strip = input => stripIndent(input).trim();
7
0 commit comments