graycoreio/daffodil

View on GitHub
tools/jasmine/README.md

Summary

Maintainability
Test Coverage
# @daffodil/jasmine

This packages provides some useful matchers to make testing applications with jasmine a little nicer.

## With Tests
In your `test.ts` file:


```ts
//Import Daffodil Jasmine Features
import { setup } from '@daffodil/jasmine';
setup();

declare const require: any;
```