From 9fde3437c441c89e4f57c9ce89efba35ddbc9514 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Fri, 27 Mar 2020 01:16:11 -0400 Subject: [PATCH] (docs/fix): remove erroneous Test README sub-header - it said "two" when there were only two, but there are more now - the fixture READMEs don't have sub-headers so just remove it entirely to be consistent --- test/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/README.md b/test/README.md index 557e33aa..623127f6 100644 --- a/test/README.md +++ b/test/README.md @@ -1,7 +1,5 @@ # Tests -There are two main directories here: - - `unit` contains unit tests of internals - `e2e` contains end-to-end (E2E) tests of the CLI - `integration` contains tests ensuring that common or recommended plugins work properly together with TSDX