From 91be50865d20c1ce2c05ed15fb0dd4d7abf5d009 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sun, 11 Oct 2020 22:16:33 +0800 Subject: [PATCH] docs: update test command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef1fe192..2a43f6cc 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Because libraries that depend on this crate must be loaded into a Node executabl To run tests: ```sh -yarn --cwd ./test_module build +yarn build:test yarn test ```