From aa529c802cc978ed46253766c944c0eb5aebd0b5 Mon Sep 17 00:00:00 2001 From: uhyo Date: Mon, 5 Dec 2022 22:44:04 +0900 Subject: [PATCH] docs: add testing instructions --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9029a58..e954d7f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,3 +34,13 @@ Currently, build artifacts needs to be committed. Follow the following steps to 2. `npm run build:lib` 3. `npm run build:diff` 4. Commit the build artifacts + +### How to Run Tests + +Follow below steps to run tests locally. + +1. `npm run build:tsc` +2. `npm run build:lib` +3. `npm run build:package` +4. `npm run install` in tests directory +5. `npm test` in tests directory \ No newline at end of file