Skip to content

Commit aea911e

Browse files
committed
fix perf test
1 parent c80e0f4 commit aea911e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/perf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Tonic.add(Hello)
2929
document.addEventListener('DOMContentLoaded', () => {
3030
Tonic.add(App)
3131

32-
const app = document.querySelector('hello')
32+
const app = document.querySelector('app')
3333
const hello = document.querySelector('hello')
3434

3535
suite

0 commit comments

Comments
 (0)