Skip to content

Commit c0e2e48

Browse files
committed
test: more tests
1 parent d5624df commit c0e2e48

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/scripts.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ test('scripts: nested production and format variants are grouped and sorted', (t
296296
'test:production:a': 'echo',
297297
'test:production:b': 'echo',
298298
'test:production-coverage': 'echo',
299+
'test:production2': 'echo',
300+
'test:production$2': 'echo',
299301
'test:production:cjs': 'echo',
300302
'test:production:cjs:a': 'echo',
301303
'test:production:cjs:b': 'echo',
@@ -323,7 +325,9 @@ test('scripts: nested production and format variants are grouped and sorted', (t
323325
'test:production:mjs:a',
324326
'test:production:mjs:b',
325327
'test:production:mjs-coverage',
328+
'test:production$2',
326329
'test:production-coverage',
330+
'test:production2',
327331
'test-coverage',
328332
])
329333
})

0 commit comments

Comments
 (0)