Skip to content

Commit c32adb0

Browse files
committed
test: revert snapshot update and apply yarn-deduplicate
1 parent cfe20bc commit c32adb0

File tree

2 files changed

+82
-786
lines changed

2 files changed

+82
-786
lines changed

packages/gatsby/src/bootstrap/__tests__/__snapshots__/resolve-module-exports.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`Resolve module exports Show meaningful error message for invalid JavaScript 1`] = `
44
Array [
55
"Syntax error in \\"/bad/file\\":
6-
'Const declarations' require an initialization value. (1:13)
6+
Missing initializer in const declaration. (1:13)
77
> 1 | const exports.blah = () = }}}
88
| ^",
99
]

0 commit comments

Comments
 (0)