File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
__tests__/e2e/__snapshots__ Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
3- exports [` 02_typescript should work with events 1` ] = `
3+ exports [` 13_persistence should work with events 1` ] = `
44"
55 <div id =\\"app\\"><h1>Counter</h1><div><span>Count: 1</span><button type =\\"button\\">+1</button><button type =\\"button\\">-1</button></div><div><span>Count: 1</span><button type =\\"button\\">+1</button><button type =\\"button\\">-1</button></div><h1>Person</h1><div><div>First Name:<input value =\\"\\"></div><div>Last Name:<input value =\\"\\"></div><div>Age:<input value =\\"0\\"></div></div><div><div>First Name:<input value =\\"\\"></div><div>Last Name:<input value =\\"\\"></div><div>Age:<input value =\\"0\\"></div></div></div>
66
77
88"
99`;
1010
11- exports[`02_typescript should work with events 2`] = `
11+ exports[`13_persistence should work with events 2`] = `
1212"
1313 <div id =\\"app\\"><h1>Counter</h1><div><span>Count: 2</span><button type =\\"button\\">+1</button><button type =\\"button\\">-1</button></div><div><span>Count: 2</span><button type =\\"button\\">+1</button><button type =\\"button\\">-1</button></div><h1>Person</h1><div><div>First Name:<input value =\\"\\"></div><div>Last Name:<input value =\\"\\"></div><div>Age:<input value =\\"0\\"></div></div><div><div>First Name:<input value =\\"\\"></div><div>Last Name:<input value =\\"\\"></div><div>Age:<input value =\\"0\\"></div></div></div>
1414
1515
1616"
1717`;
1818
19- exports[`02_typescript should work with events 3`] = `
19+ exports[`13_persistence should work with events 3`] = `
2020"
2121 <div id =\\"app\\"><h1>Counter</h1><div><span>Count: 2</span><button type =\\"button\\">+1</button><button type =\\"button\\">-1</button></div><div><span>Count: 2</span><button type =\\"button\\">+1</button><button type =\\"button\\">-1</button></div><h1>Person</h1><div><div>First Name:<input value =\\"1\\"></div><div>Last Name:<input value =\\"\\"></div><div>Age:<input value =\\"0\\"></div></div><div><div>First Name:<input value =\\"1\\"></div><div>Last Name:<input value =\\"\\"></div><div>Age:<input value =\\"0\\"></div></div></div>
2222
2323
2424"
2525`;
2626
27- exports[`02_typescript should work with events 4`] = `
27+ exports[`13_persistence should work with events 4`] = `
2828"
2929 <div id =\\"app\\"><h1>Counter</h1><div><span>Count: 2</span><button type =\\"button\\">+1</button><button type =\\"button\\">-1</button></div><div><span>Count: 2</span><button type =\\"button\\">+1</button><button type =\\"button\\">-1</button></div><h1>Person</h1><div><div>First Name:<input value =\\"14\\"></div><div>Last Name:<input value =\\"\\"></div><div>Age:<input value =\\"0\\"></div></div><div><div>First Name:<input value =\\"14\\"></div><div>Last Name:<input value =\\"\\"></div><div>Age:<input value =\\"0\\"></div></div></div>
3030
3131
3232"
3333`;
3434
35- exports[`02_typescript should work with events 5`] = `
35+ exports[`13_persistence should work with events 5`] = `
3636"
3737 <div id =\\"app\\"><h1>Counter</h1><div><span>Count: 2</span><button type =\\"button\\">+1</button><button type =\\"button\\">-1</button></div><div><span>Count: 2</span><button type =\\"button\\">+1</button><button type =\\"button\\">-1</button></div><h1>Person</h1><div><div>First Name:<input value =\\"14\\"></div><div>Last Name:<input value =\\"\\"></div><div>Age:<input value =\\"0\\"></div></div><div><div>First Name:<input value =\\"14\\"></div><div>Last Name:<input value =\\"\\"></div><div>Age:<input value =\\"0\\"></div></div></div>
3838
You can’t perform that action at this time.
0 commit comments