mirror of
https://github.com/bitwarden/browser
synced 2026-01-02 00:23:35 +00:00
encrypted import for bitwarden json (#220)
This commit is contained in:
@@ -163,7 +163,7 @@ describe('Lastpass CSV Importer', () => {
|
||||
CipherData.forEach((data) => {
|
||||
it(data.title, async () => {
|
||||
const importer = new Importer();
|
||||
const result = importer.parse(data.csv);
|
||||
const result = await importer.parse(data.csv);
|
||||
expect(result != null).toBe(true);
|
||||
expect(result.ciphers.length).toBeGreaterThan(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user