test:
	cd src
	wasm-pack test --chrome --headless

test_browser:
	cd src
	wasm-pack test --chrome
