mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 01:23:57 +00:00
@@ -3,17 +3,8 @@ import { LastPassCsvImporter as Importer } from '../../../src/importers/lastpass
|
||||
import { CipherView } from '../../../src/models/view/cipherView';
|
||||
import { FieldView } from '../../../src/models/view/fieldView';
|
||||
|
||||
import { Utils } from '../../../src/misc/utils';
|
||||
|
||||
import { FieldType } from '../../../src/enums';
|
||||
|
||||
if (Utils.isNode) {
|
||||
// Polyfills
|
||||
// tslint:disable-next-line
|
||||
const jsdom: any = require('jsdom');
|
||||
(global as any).DOMParser = new jsdom.JSDOM().window.DOMParser;
|
||||
}
|
||||
|
||||
const CipherData = [
|
||||
{
|
||||
title: 'should parse expiration date',
|
||||
|
||||
Reference in New Issue
Block a user