.PHONY: tests
tests:
	busted --pattern ".*.test.lua" --helper Mocks/Globals.lua .

.PHONY: typecheck
typecheck:
	lua-language-server --configpath=.vscode/settings.json --logpath . --check .
	node .github/scripts/parse-lls-output check.json