From 7db6d44e8d1bc1b2b8df1fd51056dee910559af6 Mon Sep 17 00:00:00 2001 From: Federico Zivolo Date: Tue, 14 Nov 2023 14:51:31 +0100 Subject: [PATCH] docs: explain how to run single test --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index a081e486..f278f4eb 100644 --- a/Readme.md +++ b/Readme.md @@ -78,6 +78,10 @@ var expected = { At this point you should probably run the tests: since parsing function is not implemented the test will fail. +You can run only the specific resort test by running: + + yarn test TESTS="**/*/acme.js" + ### Implement parser `lib/resorts/acme/index.js` exports the following object