diff --git a/Makefile b/Makefile index 0b49b3d..cb22252 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ compile: npm run install test: build - @./node_modules/nodeunit/bin/nodeunit \ + @./node_modules/.bin/jest \ $(TESTS) clean: