From c8b26a1002ec5630944cc373dc47180356ed1269 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Mon, 16 Apr 2018 00:23:34 +0100
Subject: [PATCH] fix tests

---
 test/unit-tests/README.md | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 test/unit-tests/README.md

diff --git a/test/unit-tests/README.md b/test/unit-tests/README.md
new file mode 100644
index 00000000..8e5b315b
--- /dev/null
+++ b/test/unit-tests/README.md
@@ -0,0 +1,2 @@
+Any UTs for vector-web layer components or functionality should go here.
+This used to contain the UTs for notifications before they got moved to react-sdk.