remove .only 🤦

This commit is contained in:
Simon Knott 2024-07-22 14:42:17 +02:00
parent 22977e0a65
commit 92c9253bab
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -198,7 +198,7 @@ test('should throw nice error message if git doesnt work', async ({ git, runInli
expect(result.output, 'contains git command output').toContain('unknown revision or path not in the working tree');
});
test.only('should suppport component tests', async ({ runInlineTest, git, writeFiles }) => {
test('should suppport component tests', async ({ runInlineTest, git, writeFiles }) => {
await writeFiles({
'playwright.config.ts': playwrightCtConfigText,
'playwright/index.html': `<script type="module" src="./index.ts"></script>`,