Skip to content

Commit

Permalink
fixed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-nic committed Oct 31, 2023
1 parent 4165109 commit 9187b6a
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 @@ -9,7 +9,7 @@ compile:
npm run install

test: build
@./node_modules/nodeunit/bin/nodeunit \
@./node_modules/.bin/jest \
$(TESTS)

clean:
Expand Down

0 comments on commit 9187b6a

Please sign in to comment.