Skip to content

Commit e5f9b64

Browse files
committed
Remove strict null checks from test.sh
#60565
1 parent fa0b794 commit e5f9b64

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Diff for: scripts/test.bat

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ set CODE=".build\electron\%NAMESHORT%"
1515
node build\lib\electron.js
1616
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
1717

18-
:: Pretest
19-
call yarn strict-null-check
20-
if %errorlevel% neq 0 exit /b %errorlevel%
21-
2218
:: Run tests
2319
%CODE% .\test\electron\index.js %*
2420

Diff for: scripts/test.sh

-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ test -d node_modules || yarn
2828
# Get electron
2929
node build/lib/electron.js || ./node_modules/.bin/gulp electron
3030

31-
# Pretest
32-
yarn strict-null-check
33-
3431
# Unit Tests
3532
if [[ "$OSTYPE" == "darwin"* ]]; then
3633
cd $ROOT ; ulimit -n 4096 ; \

0 commit comments

Comments
 (0)