test:
	npm run test

cover:
	npm run test-ci

.PHONY: test examples
