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:
committed by
Kyle Spearrin
parent
df429fe178
commit
8ed27eeeec
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user