Skip to content

Commit

Permalink
chore: use jasmine without globals
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Sep 20, 2023
1 parent 5a1458d commit 1af7697
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
import { TestBed } from '@angular/core/testing';
import { RouterTestingModule } from '@angular/router/testing';
import * as jasmine from "jasmine-core";

const {
beforeEach,
describe,
expect,
it,
} = jasmine.NoGlobals();

import { AppComponent } from './app.component';

describe('AppComponent', () => {
Expand Down

0 comments on commit 1af7697

Please sign in to comment.