Skip to content

Commit 496b0a8

Browse files
committed
fix: hello world test stub and commit .env.test file
1 parent c211be5 commit 496b0a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

commands/Invoke.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ export default class Configure extends BaseCommand {
163163
testEnvFile.add(['ASSETS_DRIVER=fake', 'SESSION_DRIVER=memory'])
164164
}
165165

166+
testEnvFile.commit()
166167
logger.action('create').succeeded('.env.test')
167168
}
168169

templates/tests/functional/hello_world_slim.spec.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ test('display welcome page', async ({ client }) => {
44
const response = await client.get('/')
55

66
response.assertStatus(200)
7-
response.assertTextIncludes('hello world')
7+
response.assertTextIncludes('Hello world')
88
})

0 commit comments

Comments
 (0)