diff --git a/lib/init/transformations/top-scope/__snapshots__/top-scope.test.js.snap b/lib/init/transformations/top-scope/__snapshots__/top-scope.test.js.snap index 44547acf802..dd59a02c372 100644 --- a/lib/init/transformations/top-scope/__snapshots__/top-scope.test.js.snap +++ b/lib/init/transformations/top-scope/__snapshots__/top-scope.test.js.snap @@ -2,7 +2,8 @@ exports[`top-scope transforms correctly using "top-scope-0" data 1`] = ` "const test = 'me'; -module.exports = {}" +module.exports = {} +" `; exports[`top-scope transforms correctly using "top-scope-1" data 1`] = `