We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cd4f8 commit 7e05049Copy full SHA for 7e05049
questions/14-dynamic-css-values/index.test.ts
@@ -0,0 +1,9 @@
1
+import { describe, it, expect } from "vitest"
2
+
3
+import AppRaw from "./App.vue?raw"
4
5
+describe("DomPortal", () => {
6
+ it("render to body", () => {
7
+ expect(AppRaw).toContain("color: v-bind(theme)")
8
+ })
9
+})
questions/27-global-css/index.test.ts
+ expect(AppRaw).toContain(":global(body)")
0 commit comments