From ad96a94fd272555db91ab33a8927558d212ca714 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 3 Jul 2020 12:27:13 +0200 Subject: [PATCH] feat(docs): use `npm test` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4691e17..d0cb3a9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ pointer.set(obj, 1) // sets obj.foo = 1 ## Testing - $ node test.js + $ npm test All tests pass. $