This packages provides some useful matchers to make testing applications with jasmine a little nicer.
In your test.ts file:
test.ts
//Import Daffodil Jasmine Features import { setup } from '@daffodil/jasmine'; setup(); declare const require: any;