From bb6979bb360351e6a4eb67e5d95eadee316db44c Mon Sep 17 00:00:00 2001 From: Filip Date: Sun, 10 May 2020 20:33:03 +0200 Subject: [PATCH] Update README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f0317e7..72fdaa7 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,6 @@ Real example: jest tests/unit/Home.spec.js ``` -# TODO -Idea with githook and doing tests before push - ## Overview of 2 routes booking app: 1. Homepage view with all booked meetings @@ -111,7 +108,7 @@ Idea with githook and doing tests before push - Snapshot testing - Acceptance testing and snapthot-diff checking - Using data-testid in components and tests -- Githooks for unit tests +- Using husky to run Githooks for unit tests ## Extra topic, not recommended in big stores: - Testing Vuex store instance