mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-15 17:11:40 -08:00
4 lines
76 B
Makefile
4 lines
76 B
Makefile
.PHONEY: test
|
|
test: helpers.js helpers.test.js
|
|
node --test helpers.test.js
|