summaryrefslogtreecommitdiff
path: root/scripts/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 54b29f2..737c653 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -2,7 +2,12 @@
declare -a arr=("core" "client" "server")
-# start with unit tests for
+# start by testing
+# library code
+cd lib
+yarn test
+cd ..
+# then unit tests for
# each package
for i in "${arr[@]}"
do