From eec2cf790f8f544e31241a6723e79d2a4c823189 Mon Sep 17 00:00:00 2001
From: James Kirk <james.kirk@noc.ac.uk>
Date: Mon, 20 Mar 2023 13:43:29 +0000
Subject: [PATCH] refactor: adding in a testing script

---
 run-tests.sh | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100755 run-tests.sh

diff --git a/run-tests.sh b/run-tests.sh
new file mode 100755
index 0000000..848ec25
--- /dev/null
+++ b/run-tests.sh
@@ -0,0 +1,5 @@
+yarn install
+yarn copytests
+yarn test
+rm -rf node_modules test/features
+find test/fixtures -name "*.json" -type f -delete
\ No newline at end of file
-- 
GitLab