We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d5cb9 commit 6b17657Copy full SHA for 6b17657
tests/cli.ts
@@ -897,6 +897,7 @@ test.serial(
897
testCLI, {
898
fixture: 'targets/customNodeTargetJS',
899
expectedFiles: defaultExpectedFiles,
900
+ customCheckStrategies: customCheckStrategies.skipSourceMaps,
901
additionalCodeChecks: [
902
( t, path, code ): void => {
903
if ( !path.endsWith( '.js' ) ) {
@@ -915,6 +916,7 @@ test.serial(
915
916
917
fixture: 'targets/customNodeTargetTS',
918
919
920
921
922
if ( !path.endsWith( '.ts' ) ) {
0 commit comments