Is it possible to define setup file for deno test or deno run? #27276
-
Hi, I want to try to define some tests for my project using Is it possible to add setup file for deno test? Like in Jest for example? |
Beta Was this translation helpful? Give feedback.
Answered by
marvinhagemeister
Dec 8, 2024
Replies: 1 comment
-
No, the built in test runner that's invoked when you call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
krutoo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, the built in test runner that's invoked when you call
deno test
doesn't support defining a setup file. There is a feature request for that here #26988