We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352d447 commit 8f826ccCopy full SHA for 8f826cc
1 file changed
src/app/modules/core/services/utils.service.spec.ts
@@ -1,11 +1,13 @@
1
import { TestBed, waitForAsync } from '@angular/core/testing';
2
import { UtilsService } from './utils.service';
3
+import { MatSnackBarModule } from '@angular/material/snack-bar';
4
5
describe('UtilsService', () => {
6
let utilsHelperService: UtilsService;
7
8
beforeEach(waitForAsync(() => {
9
TestBed.configureTestingModule({
10
+ imports: [MatSnackBarModule],
11
providers: [UtilsService],
12
});
13
0 commit comments