new Suite() type Suite <| Boo.Base { name :: String tests :: [Suite | Test] beforeEach :: [Future(Error, Void)] afterEeach :: [Future(Error, Void)] beforeAll :: [Future(Error, Void)] afterAll :: [Future(Error, Void)] } Represents a test Suite. Source: core.js, line 104