Skip to content

Commit 9a13113

Browse files
Remove postcss-import test test
1 parent 34dcbc2 commit 9a13113

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

test.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,6 @@ test('no @import-blog', async (t) => {
2323
await tester.test(input, output, t);
2424
});
2525

26-
test('postcss-import test', async (t) => {
27-
const input = `
28-
@import "/Users/dimitrinicolas/Developer/postcss-import-ext-glob/fixtures/css/style.css";
29-
`;
30-
31-
const output = `
32-
div {
33-
margin: auto;
34-
}
35-
`;
36-
37-
await tester.test(input, output, t, {
38-
pluginsAfter: [postcssImport],
39-
});
40-
});
41-
4226
test('simple test', async (t) => {
4327
const input = `
4428
@import-glob "fixtures/css/foo/**/*.css";

0 commit comments

Comments
 (0)