1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

Add strict to missed components tsconfig (#12429)

This commit is contained in:
Matt Gibson
2024-12-16 08:33:01 -08:00
committed by GitHub
parent edf90e62e7
commit 6132df395c
7 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
import { Component, DebugElement } from "@angular/core";
import { ComponentFixture, TestBed, waitForAsync } from "@angular/core/testing";
import { By } from "@angular/platform-browser";