mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
[PM-2132] Move all specs to the src directory (#5367)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { mockFromJson } from "../../../../spec/utils";
|
||||
import { mockFromJson } from "../../../../spec";
|
||||
import { SymmetricCryptoKey } from "../../../models/domain/symmetric-crypto-key";
|
||||
|
||||
import { AttachmentView } from "./attachment.view";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { mockFromJson } from "../../../../spec/utils";
|
||||
import { mockFromJson } from "../../../../spec";
|
||||
import { CipherType } from "../../enums/cipher-type";
|
||||
|
||||
import { AttachmentView } from "./attachment.view";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { mockFromJson } from "../../../../spec/utils";
|
||||
import { mockFromJson } from "../../../../spec";
|
||||
|
||||
import { LoginUriView } from "./login-uri.view";
|
||||
import { LoginView } from "./login.view";
|
||||
|
||||
Reference in New Issue
Block a user