Skip to content

Commit

Permalink
jest: fix snapshot tests
Browse files Browse the repository at this point in the history
Related wikimedia-gadgets#1780

Patch 2 in a chain of patches. Please merge wikimedia-gadgets#1779 first.
  • Loading branch information
NovemLinguae committed May 21, 2023
1 parent 4c37338 commit a68ce30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/__snapshots__/morebits.quickForm.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ exports[`quickform checkbox elements 1`] = `
`;

exports[`quickform getElements 1`] = `
Array [
[
<input
id="node_20_0"
name="checkboxlist1"
Expand All @@ -89,7 +89,7 @@ Array [
`;

exports[`quickform getInputData 1`] = `
Object {
{
"checkboxlist1": Array [
"checkval2",
],
Expand Down

0 comments on commit a68ce30

Please sign in to comment.