Skip to content

Commit 6b17657

Browse files
committed
test(cli): skip checking source maps
1 parent 73d5cb9 commit 6b17657

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cli.ts

+2
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,7 @@ test.serial(
897897
testCLI, {
898898
fixture: 'targets/customNodeTargetJS',
899899
expectedFiles: defaultExpectedFiles,
900+
customCheckStrategies: customCheckStrategies.skipSourceMaps,
900901
additionalCodeChecks: [
901902
( t, path, code ): void => {
902903
if ( !path.endsWith( '.js' ) ) {
@@ -915,6 +916,7 @@ test.serial(
915916
testCLI, {
916917
fixture: 'targets/customNodeTargetTS',
917918
expectedFiles: defaultExpectedFiles,
919+
customCheckStrategies: customCheckStrategies.skipSourceMaps,
918920
additionalCodeChecks: [
919921
( t, path, code ): void => {
920922
if ( !path.endsWith( '.ts' ) ) {

0 commit comments

Comments
 (0)