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 45f6f2b commit 0ce8641Copy full SHA for 0ce8641
test/quickapp.js
@@ -14,7 +14,7 @@ describe("Quick App tests", () => {
14
15
].join("\n"), {
16
syntax,
17
- from: "quickapp.vue",
+ from: "quickapp.ux",
18
}).then(result => {
19
expect(result.root.nodes).to.have.lengthOf(2);
20
expect(result.root.first.source).to.have.property("lang", "custom-template");
@@ -45,7 +45,7 @@ describe("Quick App tests", () => {
45
syntax: syntax({
46
css: "postcss-safe-parser",
47
}),
48
49
50
expect(result.root.nodes).to.have.lengthOf(1);
51
const root = result.root.first;
0 commit comments