Skip to content

Commit

Permalink
test: prefix describe with test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Oct 31, 2024
1 parent c6b74fc commit 14deea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/components/FormControl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const stories = [

test.describe('FormControl', () => {
for (const story of stories) {
describe(story.title, () => {
test.describe(story.title, () => {
for (const theme of themes) {
test.describe(theme, () => {
test('default @vrt', async ({page}) => {
Expand Down

0 comments on commit 14deea7

Please sign in to comment.