Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Aug 3, 2021
1 parent c70e9a8 commit b425d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/directives/x-for.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ test('x-for works with undefined',
<template x-for="i in items">
<span x-text="i"></span>
</template>
<button @click="items.push(2)" id="first">click me</button>
<button @click="items = [2]" id="first">click me</button>
</div>
`,
({ get }) => {
Expand Down

0 comments on commit b425d58

Please sign in to comment.