mirror of
https://github.com/bitwarden/browser
synced 2025-12-31 15:43:28 +00:00
encrypted import for bitwarden json (#220)
This commit is contained in:
@@ -192,7 +192,7 @@ line2</Value>
|
||||
describe('KeePass2 Xml Importer', () => {
|
||||
it('should parse XML data', async () => {
|
||||
const importer = new Importer();
|
||||
const result = importer.parse(TestData);
|
||||
const result = await importer.parse(TestData);
|
||||
expect(result != null).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user