File tree 1 file changed +2
-2
lines changed
dev-packages/node-integration-tests/suites/contextLines
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { join } from 'path';
2
2
import { conditionalTest } from '../../utils' ;
3
3
import { createRunner } from '../../utils/runner' ;
4
4
5
- describe ( 'ContextLines integration in CJS ' , ( ) => {
5
+ conditionalTest ( { min : 18 } ) ( 'ContextLines integration in ESM ' , ( ) => {
6
6
test ( 'reads encoded context lines from filenames with spaces' , done => {
7
7
expect . assertions ( 1 ) ;
8
8
const instrumentPath = join ( __dirname , 'instrument.mjs' ) ;
@@ -39,7 +39,7 @@ describe('ContextLines integration in CJS', () => {
39
39
} ) ;
40
40
} ) ;
41
41
42
- conditionalTest ( { min : 18 } ) ( 'ContextLines integration in ESM ' , ( ) => {
42
+ describe ( 'ContextLines integration in CJS ' , ( ) => {
43
43
test ( 'reads context lines from filenames with spaces' , done => {
44
44
expect . assertions ( 1 ) ;
45
45
You can’t perform that action at this time.
0 commit comments