From 9b2f5a1fafe79822ada72037a29280001479277c Mon Sep 17 00:00:00 2001 From: Suguru Inatomi Date: Thu, 22 Apr 2021 08:37:55 +0900 Subject: [PATCH] docs: use the correct testing command --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53c5985d..8c53210b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,8 +10,7 @@ Hi there, thanks for being willing to contribute! ## Testing -- Run `npm run test:lib` to test the library -- Run `npm run test:app` to test the application +- Run `npm run test` to test the library and the example application - Run `npm run build` to build the library ## Push changes