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
The built in test runner doesn't have global setup or teardown hooks at the moment unfortunately