tools/jasmine/README.md
# @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;
```