Skip to content

Commit 8abfb97

Browse files
test(cli): updated test for Cloudflare to reflect functionality
1 parent 8de3e52 commit 8abfb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/tests/create-tutorial.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test('create a project with Cloudflare as provider', async (context) => {
7070
});
7171

7272
const projectFiles = await fs.readdir(dest, { recursive: true });
73-
expect(projectFiles).toContain('wrangler.toml');
73+
expect(projectFiles).toContain('_headers');
7474

7575
const packageJson = await fs.readFile(`${dest}/package.json`, 'utf8');
7676
const json = JSON.parse(packageJson);

0 commit comments

Comments
 (0)