Blame view

node_modules/isarray/Makefile 55 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
  
  test:
  	@node_modules/.bin/tape test.js
  
  .PHONY: test