Skip to content

Commit

Permalink
Make test titles unique
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 7, 2023
1 parent b74844c commit f1fcf69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/plugins/ava2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';

const cwd = resolve('fixtures/plugins/ava2');

test('Find dependencies in ava configuration', async () => {
test('Find dependencies in ava configuration (2)', async () => {
const { issues, counters } = await main({
...baseArguments,
cwd,
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/ava3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';

const cwd = resolve('fixtures/plugins/ava3');

test('Find dependencies in ava configuration', async () => {
test('Find dependencies in ava configuration (3)', async () => {
const { issues, counters } = await main({
...baseArguments,
cwd,
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/cypress2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';

const cwd = resolve('fixtures/plugins/cypress2');

test('Find dependencies in Cypress configuration', async () => {
test('Find dependencies in Cypress configuration (2)', async () => {
const { counters } = await main({
...baseArguments,
cwd,
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/playwright-ct2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';

const cwd = resolve('fixtures/plugins/playwright-ct2');

test('Find dependencies in Playwright for components configuration', async () => {
test('Find dependencies in Playwright for components configuration (2)', async () => {
const { issues, counters } = await main({
...baseArguments,
cwd,
Expand Down

0 comments on commit f1fcf69

Please sign in to comment.