mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
[PM-25683] Migrate Cipher model and sub-models (#16974)
* Made domain classes ts-strict compliant and fixed spec files * Fixed domain base class and other test files * Added conditional utils and fixed small nits * removed comments * removd ts expect errors * Added removed counter * renamed test name * fixed tests
This commit is contained in:
@@ -343,7 +343,7 @@ describe("VaultExportService", () => {
|
||||
const exportData: BitwardenJsonExport = JSON.parse(data);
|
||||
expect(exportData.items.length).toBe(1);
|
||||
expect(exportData.items[0].id).toBe("mock-id");
|
||||
expect(exportData.items[0].organizationId).toBe(null);
|
||||
expect(exportData.items[0].organizationId).toBeUndefined();
|
||||
});
|
||||
|
||||
it.each([[400], [401], [404], [500]])(
|
||||
|
||||
Reference in New Issue
Block a user