Skip to content

Commit eecb82d

Browse files
committed
Test adjustments and improvements.
* Reducing code duplication * Using import destructuring. * Ignoring integration test file output. * Changing package 'test' script to not use hashbang execution. * Explicitly requiring jake rather than relying on global import * Fixing integration tests to run on Windows. * Fixing no-sparse-arrays eslint error. * Fixing assertion param ordering * Making test tmp dir deletion/creation easier. * Fixing windows jake batch script. * Ensuring `jake lint` passes.
1 parent 62e5aa6 commit eecb82d

20 files changed

+1732
-1095
lines changed

jake.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@ECHO OFF
2-
@"%~dp0node.exe" "%~dp0/node_modules/jake/bin/cli.js" %*
2+
node "%~dp0bin/cli.js" %*

0 commit comments

Comments
 (0)