1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Forbid substitute (#3734)

This commit is contained in:
Oscar Hinton
2022-10-10 17:19:01 +02:00
committed by GitHub
parent bb4f063fe7
commit f6b2b75ad8
25 changed files with 29 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
"**/app/shared/*",
"@bitwarden/web-vault/*",
"src/**/*"
]
],
"paths": ["@fluffy-spoon/substitute"]
}
]
}

View File

@@ -5,6 +5,7 @@ import { ComponentFixture, fakeAsync, TestBed, tick } from "@angular/core/testin
import { FormBuilder, UntypedFormBuilder } from "@angular/forms";
import { ActivatedRoute, Router } from "@angular/router";
import { RouterTestingModule } from "@angular/router/testing";
// eslint-disable-next-line no-restricted-imports
import { Substitute } from "@fluffy-spoon/substitute";
import { BehaviorSubject } from "rxjs";