File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {
2222import { expectSuccessAndOutput } from './test-expectations' ;
2323import { withNodeTestInterop } from './test-interop' ;
2424
25- const TEST_IDENTIFIER = 'integration- node-interop' ;
25+ const TEST_IDENTIFIER = 'node-interop' ;
2626const debug = debugFactory ( `${ pkgName } :${ TEST_IDENTIFIER } ` ) ;
2727
2828const pkgMainPath = `${ __dirname } /../../${ pkgExports [ '.' ] . default } ` ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {
2121 type IMPORT_SPECIFIERS_UNDER_TEST
2222} from './test-config' ;
2323
24- const TEST_IDENTIFIER = 'integration- node-smoke' ;
24+ const TEST_IDENTIFIER = 'node-smoke' ;
2525const TEST_TARGET : ( typeof IMPORT_SPECIFIERS_UNDER_TEST ) [ number ] = 'main' ; // * Or: 'pure'
2626const debug = debugFactory ( `${ pkgName } :${ TEST_IDENTIFIER } ` ) ;
2727
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import type { Debugger } from 'debug';
3232// TODO: ability to copy entire arbitrary directories recursively into fixture
3333// TODO: root
3434
35- // TODO: change namespace to something short and sweet and without pkgName
3635const globalDebug = debugFactory ( `${ pkgName } :jest-setup` ) ;
3736
3837globalDebug ( `pkgName: "${ pkgName } "` ) ;
You can’t perform that action at this time.
0 commit comments