summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index b608987..c935b76 100644
--- a/justfile
+++ b/justfile
@@ -8,7 +8,7 @@ deploy:
./scripts/deploy-to-deck.sh
test:
- node --experimental-strip-types --test tests/steamLaunchOptions.test.ts
+ node --experimental-strip-types --test tests/steamLaunchOptions.test.ts tests/nowPlaying.test.ts
python3.12 -m unittest discover -s tests -p 'test_*.py'
watch: