# project file (declare-project :name "template" :description "a starting place for new projects" :dependencies [ {:url "https://github.com/ianthehenry/judge.git" :tag "v2.6.1"} # a fun testing framework ]) (declare-source :source ["/src/app.janet"]) (task "test" [] (shell "jpm_tree/bin/judge")) # use the judge test runner instead of the one baked into jpm