From f48f58300d6089af8db3309d8cf872cde5016b54 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:53:03 -0600 Subject: [PATCH] feat: add test justfile target --- src/justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/justfile b/src/justfile index 1c8cde7..add9e9a 100644 --- a/src/justfile +++ b/src/justfile @@ -70,3 +70,7 @@ seed: setup: #!/usr/bin/env bash bash <(curl -s https://gist.githubusercontent.com/Justintime50/2de9303a491c22627ee502aaa7b1f289/raw/) easypost-tools-ui easypost-tools-ui has_database + +# Tests the project +test: + composer test