Skip to content

Commit

Permalink
fix perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Mar 2, 2019
1 parent c80e0f4 commit aea911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/perf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Tonic.add(Hello)
document.addEventListener('DOMContentLoaded', () => {
Tonic.add(App)

const app = document.querySelector('hello')
const app = document.querySelector('app')
const hello = document.querySelector('hello')

suite
Expand Down

0 comments on commit aea911e

Please sign in to comment.