TypeScript support #

When writing specifications in TypeScript, you’ll want the types available. If you installed Bombadil via npm, you already have them — skip ahead to Your first test.

Otherwise, install the package with your package manager of choice:

npm
npm install --save-dev @antithesishq/bombadil
Yarn
yarn add --dev @antithesishq/bombadil
Bun
bun add --development @antithesishq/bombadil

Or use the files provided in the release package.