diff options
Diffstat (limited to '')
| -rw-r--r-- | test/snapshots/jsx-spacing.hmr.debug.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshots/jsx-spacing.hmr.debug.jsx b/test/snapshots/jsx-spacing.hmr.debug.jsx index 197395eb9..3048ade0b 100644 --- a/test/snapshots/jsx-spacing.hmr.debug.jsx +++ b/test/snapshots/jsx-spacing.hmr.debug.jsx @@ -29,7 +29,7 @@ line4 no trailing space 'single quote' \\t\\f\\v\\uF000 \`template string\` line6 no trailing space line7 trailing newline that \${terminates} the string literal ` - }, undefined, false, undefined, this)); + })); const el = document.createElement("textarea"); el.innerHTML = _bun; const bun = el.value; |
