Skip to content

Commit 7518192

Browse files
committedNov 1, 2023
Unique test titles
1 parent 0223be5 commit 7518192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/import-errors.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from './helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/import-errors');
99

10-
test('Support various ways to import modules', async () => {
10+
test('Support various ways to import modules (not-a-file.d.ts)', async () => {
1111
const { counters } = await main({
1212
...baseArguments,
1313
cwd,

0 commit comments

Comments
 (0)
Please sign in to comment.