Skip to content

Commit

Permalink
fix(cypress): scaffold JS test files for JS projects
Browse files Browse the repository at this point in the history
  • Loading branch information
IlCallo committed Jul 19, 2022
1 parent aa94d9c commit 6cb69dd
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('VModelComponent', () => {
mount(VModelComponent, {
props: {
modelValue: text,
'onUpdate:modelValue': (emittedValue: string) =>
'onUpdate:modelValue': (emittedValue) =>
Cypress.vueWrapper.setProps({ modelValue: emittedValue }),
},
});
Expand Down

0 comments on commit 6cb69dd

Please sign in to comment.