helifiora
helifiora4mo ago

Deno and Testcontainers

I would like to instantiate a postgresql container using testcontainer once before running all test. How can I do it using deno testing ?? There is a similar funcionality in vitest: https://vitest.dev/config/#globalsetup
Vitest
Next generation testing framework powered by Vite
1 Reply
marvinh.
marvinh.4mo ago
The built in test runner doesn't have global setup or teardown hooks at the moment unfortunately

Did you find this page helpful?