blob: 4aeaf2a15c780c9dc477bd04b657897570725c7d [file] [log] [blame]
.PHONY: all
all:
npm ci
# For local development only. Runs any Puppeteer tests inside //puppeteer-tests,
# e.g. //puppeteer-tests/util_nodejs_test.ts.
.PHONY: test
test:
npx mocha -r ts-node/register ./**/*_test.ts