We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0b794 commit e5f9b64Copy full SHA for e5f9b64
scripts/test.bat
@@ -15,10 +15,6 @@ set CODE=".build\electron\%NAMESHORT%"
15
node build\lib\electron.js
16
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
17
18
-:: Pretest
19
-call yarn strict-null-check
20
-if %errorlevel% neq 0 exit /b %errorlevel%
21
-
22
:: Run tests
23
%CODE% .\test\electron\index.js %*
24
scripts/test.sh
@@ -28,9 +28,6 @@ test -d node_modules || yarn
28
# Get electron
29
node build/lib/electron.js || ./node_modules/.bin/gulp electron
30
31
-# Pretest
32
-yarn strict-null-check
33
34
# Unit Tests
35
if [[ "$OSTYPE" == "darwin"* ]]; then
36
cd $ROOT ; ulimit -n 4096 ; \
0 commit comments