deno.land / x / esm@v135_2 / test / issue-411 / issue-411.test.ts

issue-411.test.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { assertStringIncludes } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import postcss from "http://localhost:8080/postcss@8.4.16";import nested from "http://localhost:8080/postcss-nested@5.0.6?deps=postcss@8.4.16";
Deno.test("issue #411", () => { const { css } = postcss([nested]).process(`.a { color: blue;
& .b { color: red; }}`); assertStringIncludes(css, ".a .b {");});
esm

Version Info

Tagged at
a year ago