From bf11965635a41d734f480887a67c0960b057664e Mon Sep 17 00:00:00 2001 From: Aaron Heckmann Date: Wed, 21 Sep 2022 06:53:05 -0700 Subject: [PATCH] docs https://github.com/aheckmann/gm/pull/821 Co-authored-by: ash --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7185984..e16fdc2 100644 --- a/README.md +++ b/README.md @@ -631,6 +631,15 @@ http://github.com/quiiver/magickal-node ## Plugins [https://github.com/aheckmann/gm/wiki](https://github.com/aheckmann/gm/wiki) +## Tests +`npm test` + +To run a single test: + +``` +npm test -- alpha.js +``` + ## License (The MIT License)