Skip to content

Commit 1100fb2

Browse files
committed
fix: lint
1 parent 73601c6 commit 1100fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/__projects__/basic/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { randomExport } from './components/NamedExport.vue'
1818
import ScriptSetup from './components/ScriptSetup.vue'
1919

2020
// TODO: JSX for Vue 3? TSX?
21-
// import Jsx from './components/Jsx.vue'
21+
import Jsx from './components/Jsx.vue'
2222

2323
function mount(Component, props, slots) {
2424
document.getElementsByTagName('html')[0].innerHTML = ''

0 commit comments

Comments
 (0)