Skip to content

Commit

Permalink
build: Fixed 'make test-js' target for latest Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
cederberg committed Dec 21, 2023
1 parent ba08c11 commit ff429fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ test-js:
--ignore-pattern 'src/plugin/legacy/**/*.js' \
--ignore-pattern '**/*.min.js' \
--ignore-pattern '**/MochiKit.js'
node --import ./test/src/js/loader.mjs --test test/src/js/
node --import ./test/src/js/loader.mjs --test 'test/**/*.test.?(c|m)js'

test-java:
mkdir -p test/classes/ tmp/test/
Expand Down

0 comments on commit ff429fc

Please sign in to comment.