Skip to content

Commit 246c158

Browse files
committed
5/5 passing!
1 parent 8567b56 commit 246c158

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ describe("processor", () => {
7878
["rand0ml0l0l", "rand0ml1l1l", "rand0ml2l2l", "rand0ml3l3l3"]
7979
)
8080

81-
it("should ignore imports not inside a :local")
82-
it("should ignore imports not inside our rule whitelist")
81+
check(
82+
"should ignore imports not inside our rule whitelist",
83+
`:local(.exportName) { imports: importName from "path/library.css"; something-else: otherLibImport from "path/other-lib.css"; }`,
84+
`:local(.exportName) { imports: importName from "path/library.css"; something-else: otherLibImport from "path/other-lib.css"; }`
85+
)
8386
})

0 commit comments

Comments
 (0)