angular/aio/content/examples/http/src/testing/global-jasmine.ts
George Kalpakas 8aa29438ac refactor(docs-infra): fix docs examples for tslint rules related to object properties (#38143)
This commit updates the docs examples to be compatible with the
`no-string-literal`, `object-literal-key-quotes` and
`object-literal-shorthand` tslint rules.

This is in preparation of updating the docs examples `tslint.json` to
match the one generated for new Angular CLI apps in a future commit.

PR Close #38143
2020-07-31 11:00:06 -07:00

4 lines
121 B
TypeScript

import jasmineRequire from 'jasmine-core/lib/jasmine-core/jasmine.js';
(window as any).jasmineRequire = jasmineRequire;