GitHub

@daffodil/jasmine

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

With Tests

In your test.ts file:

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

declare const require: any;