File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev-packages/node-integration-tests/suites/contextLines Expand file tree Collapse file tree 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';
22import { conditionalTest } from '../../utils' ;
33import { createRunner } from '../../utils/runner' ;
44
5- describe ( 'ContextLines integration in CJS ' , ( ) => {
5+ conditionalTest ( { min : 18 } ) ( 'ContextLines integration in ESM ' , ( ) => {
66 test ( 'reads encoded context lines from filenames with spaces' , done => {
77 expect . assertions ( 1 ) ;
88 const instrumentPath = join ( __dirname , 'instrument.mjs' ) ;
@@ -39,7 +39,7 @@ describe('ContextLines integration in CJS', () => {
3939 } ) ;
4040} ) ;
4141
42- conditionalTest ( { min : 18 } ) ( 'ContextLines integration in ESM ' , ( ) => {
42+ describe ( 'ContextLines integration in CJS ' , ( ) => {
4343 test ( 'reads context lines from filenames with spaces' , done => {
4444 expect . assertions ( 1 ) ;
4545
You can’t perform that action at this time.
0 commit comments