diff --git a/detox/local-cli/templates/firstTestContent.js b/detox/local-cli/templates/firstTestContent.js index 3988b3c5ef..8428d6f2d6 100644 --- a/detox/local-cli/templates/firstTestContent.js +++ b/detox/local-cli/templates/firstTestContent.js @@ -16,6 +16,6 @@ const firstTestContent = `describe('Example', () => { await element(by.id('world_button')).tap(); await expect(element(by.text('World!!!'))).toBeVisible(); }); -})`; +});`; module.exports = firstTestContent;