Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Dec 24, 2019
1 parent a7a7fa4 commit a5c1745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/constructor.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ test('auto-initialize new elements added to a component', async () => {
`

runObservers[0]([
{ addedNodes: [
{ target: document.querySelector('#target'), addedNodes: [
document.querySelector('#target span'),
document.querySelector('#target button'),
] }
Expand Down

0 comments on commit a5c1745

Please sign in to comment.