Vitor Leal

Results 3 issues of Vitor Leal

Hi, I have multiple test files that use Mongo. I would like to connect only once (in the `globalSetup.ts`), and disconnect only once, after every test is done, on `globalTeardown.ts`....

Hey, I have been trying to send an email with the following code: ```haskell {-# LANGUAGE OverloadedStrings #-} module Main where import qualified MyLib (someFunc) import qualified Data.Text as T...