Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 0497f4dbea6b3003e337c5911de26f1fbd7d489d
  • main default protected
  • revert-a98119d8
3 results

Makefile

Blame
  • Makefile 100 B
    
    test:
    	@./node_modules/.bin/mocha \
    		--require should \
    		--reporter spec \
    		--bail
    
    .PHONY: test