Skip to content

Commit

Permalink
Test adjustments and improvements.
Browse files Browse the repository at this point in the history
* 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.
* Removed some unused params.
  • Loading branch information
Tzrlk committed Apr 20, 2023
1 parent 62e5aa6 commit 27624fa
Show file tree
Hide file tree
Showing 20 changed files with 1,747 additions and 1,110 deletions.
2 changes: 1 addition & 1 deletion jake.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@ECHO OFF
@"%~dp0node.exe" "%~dp0/node_modules/jake/bin/cli.js" %*
node "%~dp0bin/cli.js" %*

0 comments on commit 27624fa

Please sign in to comment.