Skip to content

Commit 0ce8641

Browse files
authored
fix filename of testcase about quickapp (#61)
1 parent 45f6f2b commit 0ce8641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/quickapp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe("Quick App tests", () => {
1414

1515
].join("\n"), {
1616
syntax,
17-
from: "quickapp.vue",
17+
from: "quickapp.ux",
1818
}).then(result => {
1919
expect(result.root.nodes).to.have.lengthOf(2);
2020
expect(result.root.first.source).to.have.property("lang", "custom-template");
@@ -45,7 +45,7 @@ describe("Quick App tests", () => {
4545
syntax: syntax({
4646
css: "postcss-safe-parser",
4747
}),
48-
from: "quickapp.vue",
48+
from: "quickapp.ux",
4949
}).then(result => {
5050
expect(result.root.nodes).to.have.lengthOf(1);
5151
const root = result.root.first;

0 commit comments

Comments
 (0)