Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / node_modules / delegates / Makefile
1
2 test:
3         @./node_modules/.bin/mocha \
4                 --require should \
5                 --reporter spec \
6                 --bail
7
8 .PHONY: test