From fae241373aa236a3e3694430fd948585528848fc Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 8 May 2021 13:46:08 +0200 Subject: [PATCH] fixed tests --- test/src/util/formatting/password-presenter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/util/formatting/password-presenter.js b/test/src/util/formatting/password-presenter.js index 9d2b8451..3f693133 100644 --- a/test/src/util/formatting/password-presenter.js +++ b/test/src/util/formatting/password-presenter.js @@ -1,4 +1,4 @@ -import kdbxweb from 'kdbxweb'; +import * as kdbxweb from 'kdbxweb'; import { expect } from 'chai'; import { PasswordPresenter } from 'util/formatting/password-presenter';