Skip to content

bintastic / createBintastic

Function: createBintastic()

createBintastic<TProject>(options): CreateBintasticResult<TProject>

Defined in: create-bintastic.ts:163

Creates the bintastic API functions to use within tests.

Type Parameters

TProject

TProject extends BintasticProject

Parameters

options

BintasticOptions<TProject>

An object of bintastic options

Returns

CreateBintasticResult<TProject>

  • A project instance.