From 0e65bcc43e781a6b0f5199430496861bb9a98428 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 6 Jan 2018 23:13:22 +0100 Subject: [PATCH] New translations test.md (Chinese Traditional) --- website/translated_docs/zh-Hant/test.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/translated_docs/zh-Hant/test.md b/website/translated_docs/zh-Hant/test.md index b14d7555c..ed1a40bf2 100644 --- a/website/translated_docs/zh-Hant/test.md +++ b/website/translated_docs/zh-Hant/test.md @@ -11,9 +11,7 @@ All tests are split in three folders: Unit and functional tests are executed automatically by running `npm test` from the project's root directory. Integration tests are supposed to be executed manually from time to time. -We use `mocha` for all test. - -⚠️⚠️ **Functional test** do not work on Windows, but if you are willing to **fix** it we refer you to [#9](https://github.com/verdaccio/verdaccio/issues/9) ⚠️⚠️ +We use `jest` for all test. ## The npm Script