AeThex-Engine-Core/services/auth-service/node_modules/delegates/Makefile
mrpiglr 190b6b2eab
Some checks failed
Build AeThex Engine / build-windows (push) Has been cancelled
Build AeThex Engine / build-linux (push) Has been cancelled
Build AeThex Engine / build-macos (push) Has been cancelled
Build AeThex Engine / create-release (push) Has been cancelled
Deploy Docsify Documentation / build (push) Has been cancelled
Deploy Docsify Documentation / deploy (push) Has been cancelled
chore: sync local changes to Forgejo
2026-03-13 00:37:06 -07:00

8 lines
No EOL
100 B
Makefile

test:
@./node_modules/.bin/mocha \
--require should \
--reporter spec \
--bail
.PHONY: test