From 1de0b9506e1e059985f4279d03a8806b24c66b42 Mon Sep 17 00:00:00 2001 From: Schalk Venter Date: Thu, 20 Dec 2018 13:13:04 +0200 Subject: [PATCH] Fixes 'Related tools' section Remove `cypress-react-unit-test` as a related tool of `cypress-react-unit-test`. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ae7ef6fe..3864948b 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,6 @@ All components are in [src](src) folder. All tests are in [cypress/integration]( Same feature for unit testing components from other framesworks using Cypress * [cypress-vue-unit-test](https://github.com/bahmutov/cypress-vue-unit-test) -* [cypress-react-unit-test](https://github.com/bahmutov/cypress-react-unit-test) * [cypress-cycle-unit-test](https://github.com/bahmutov/cypress-cycle-unit-test) * [cypress-svelte-unit-test](https://github.com/bahmutov/cypress-svelte-unit-test) * [cypress-angular-unit-test](https://github.com/bahmutov/cypress-angular-unit-test)