Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • e8181f2ee861475c54bd673386de79f3d7919192
  • master default protected
2 results

fileHashes.bin

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