Sign in
skia
/
buildbot
/
9acc96b0753c64413a742cae128f08582ace6968
/
.
/
puppeteer-tests
/
Makefile
blob: 4fb85654547c8d37cb9ebcaf25e4476821e4604b [
file
] [
log
] [
blame
]
.
PHONY
:
all
all
:
npm ci
# For local development only. Runs any Puppeteer tests inside //puppeteer-tests,
# e.g. //puppeteer-tests/util_test.ts.
.
PHONY
:
test
test
:
npx mocha
-
r ts
-
node
/
register
./**/*
_test
.
ts