We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de3e52 commit 8abfb97Copy full SHA for 8abfb97
packages/cli/tests/create-tutorial.test.ts
@@ -70,7 +70,7 @@ test('create a project with Cloudflare as provider', async (context) => {
70
});
71
72
const projectFiles = await fs.readdir(dest, { recursive: true });
73
- expect(projectFiles).toContain('wrangler.toml');
+ expect(projectFiles).toContain('_headers');
74
75
const packageJson = await fs.readFile(`${dest}/package.json`, 'utf8');
76
const json = JSON.parse(packageJson);
0 commit comments