1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

1password 1pif: import password history (#33)

* 1password 1pif import password history

* 1password 1pif importer: process windows password history

* linter fix
This commit is contained in:
Robert Wachs
2019-03-24 15:50:49 +01:00
committed by Kyle Spearrin
parent df429fe178
commit 8ed27eeeec
3 changed files with 120 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import { throttle } from '../../../src/misc/throttle';
import { sequentialize } from '../../../src/misc/sequentialize';
import { throttle } from '../../../src/misc/throttle';
describe('throttle decorator', () => {
it('should call the function once at a time', async () => {