Skip to content

Commit 12ed709

Browse files
committed
chore: update test title
1 parent 8b820fb commit 12ed709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import TestCssVBind from "./css/TestCssVBind.vue";
1414

1515
<template>
1616
<div>
17-
<h1>Vite-Plugin-Vue2 Playground</h1>
17+
<h1>Unplugin-Vue2 Playground</h1>
1818
<ScriptSetup msg="prop from parent" />
1919
<!-- <TestMultiplySrcImport /> -->
2020
<TestBlockSrcImport />

test/test.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ beforeAll(async () => {
2121

2222
afterAll(postTest, TIMEOUT);
2323

24-
describe("vite-plugin-vue2", () => {
24+
describe("unplugin-vue2", () => {
2525
describe("dev", () => {
2626
declareTests(false);
2727
});

0 commit comments

Comments
 (0)