Skip to content

Commit 81a6d61

Browse files
committed
Remove unnecessary test
1 parent 8552b3f commit 81a6d61

File tree

5 files changed

+0
-22
lines changed

5 files changed

+0
-22
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
},
2525
"devDependencies": {
2626
"ava": "^0.8.0",
27-
"css-whitespace": "^1.1.1",
2827
"eslint": "^1.1.0",
2928
"postcss-scss": "^0.1.3"
3029
},

test/fixtures/imports/foo.styl

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/fixtures/transform.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/fixtures/transform.expected.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/import.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ test("should import stylsheets relatively", t => {
3131
return compareFixtures(t, "relative")
3232
})
3333

34-
test("should support transform", t => {
35-
return compareFixtures(t, "transform", {
36-
transform: require("css-whitespace"),
37-
})
38-
})
39-
4034
test("should work without a specified path", t => {
4135
return compareFixtures(t, "cwd")
4236
})

0 commit comments

Comments
 (0)