Skip to content

Commit

Permalink
test(hiccup-css): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 5, 2018
1 parent 0f416ef commit 24983d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hiccup-css/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ describe("hiccup-css", () => {
"@import url(foo.css);"
);
assert.equal(
css([at_import("foo.css"), /* will be ignored */["div", {}]]),
"@import url(foo.css);"
css([at_import("foo.css"), ["div", {}]]),
"@import url(foo.css);div{}"
);
assert.equal(
css([[at_import("foo.css")], ["div", {}]]),
Expand Down

0 comments on commit 24983d3

Please sign in to comment.