mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
11 lines
204 B
Makefile
11 lines
204 B
Makefile
|
.PHONY: test
|
||
|
|
||
|
node_modules/jest/bin/jest.js:
|
||
|
npm install jest
|
||
|
|
||
|
node_modules/puppeteer:
|
||
|
npm install puppeteer
|
||
|
|
||
|
test: node_modules/jest/bin/jest.js node_modules/puppeteer
|
||
|
./node_modules/jest/bin/jest.js
|