File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8383 "set-react-version" : " node scripts/internal/set-react-version.mts" ,
8484 "show-affected" : " node scripts/build/affected.mts" ,
8585 "test" : " node scripts/internal/test.mts" ,
86- "test:js" : " node --test $(git ls-files '*.test.ts')" ,
86+ "test:js" : " node --no-warnings -- test $(git ls-files '*.test.ts')" ,
8787 "test:matrix" : " node scripts/testing/test-matrix.mts" ,
8888 "test:rb" : " bundle exec ruby -Ilib:test -e \" Dir.glob('./test/test_*.rb').each { |file| require(file) }\" "
8989 },
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ switch (getTarget(input)) {
2424 break ;
2525 case "typescript" :
2626 testWith ( process . argv0 , [
27- "--experimental-strip-types" ,
2827 "--no-warnings" ,
2928 "--test" ,
3029 "--experimental-test-coverage" ,
30+ "--test-coverage-exclude=test/**/*.ts" ,
3131 ...input ,
3232 ] ) ;
3333 break ;
You can’t perform that action at this time.
0 commit comments