UNPKG

roman-numerals

Version:

Roman numerals conversion module

9 lines (7 loc) 131 B
REPORTER ?= spec TEST ?= test: mocha test/$(TEST) --reporter $(REPORTER) nyan: mocha test/$(TEST) --reporter nyan .PHONY: test