Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/trim/Makefile')
-rw-r--r--tools/eslint/node_modules/trim/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/trim/Makefile b/tools/eslint/node_modules/trim/Makefile
new file mode 100644
index 00000000000..4e9c8d36ebc
--- /dev/null
+++ b/tools/eslint/node_modules/trim/Makefile
@@ -0,0 +1,7 @@
+
+test:
+ @./node_modules/.bin/mocha \
+ --require should \
+ --reporter spec
+
+.PHONY: test \ No newline at end of file