UNPKG

fetch-mock-jest

Version:

Jest wrapper for fetch-mock, a comprehensive stub for fetch

15 lines (10 loc) 159 B
export PATH := $(PATH):./node_modules/.bin .PHONY: test test: jest lint-ci: eslint . prettier *.md lint: eslint --cache --fix . prettier --write *.md