.PHONEY: test
test: helpers.js helpers.test.js
	node --test helpers.test.js
