From 5dc3696f38433c79939bb182c4590a6ce04f4c63 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 19 Dec 2024 22:40:41 +0530 Subject: Test mock setup for update + 1 spec for update case --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 2df039b..4e4ff2d 100644 --- a/justfile +++ b/justfile @@ -4,10 +4,10 @@ default: run *args: cabal run chelleport -- {{args}} -test: - cabal test +test *args: + cabal test {{args}} -testw: +testw *args: nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main' build: -- cgit v1.3.1