From 5ff3b44550d4f5ab9a20d85dbf4387d455ebb862 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 10 Feb 2022 19:52:45 +0100 Subject: idb-bridge: update tests for ava 4.x --- packages/idb-bridge/src/util/extractKey.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/idb-bridge/src/util/extractKey.ts') diff --git a/packages/idb-bridge/src/util/extractKey.ts b/packages/idb-bridge/src/util/extractKey.ts index 09306ddec..b768ed92a 100644 --- a/packages/idb-bridge/src/util/extractKey.ts +++ b/packages/idb-bridge/src/util/extractKey.ts @@ -15,8 +15,8 @@ permissions and limitations under the License. */ -import { IDBKeyPath, IDBValidKey } from "../idbtypes"; -import { valueToKey } from "./valueToKey"; +import { IDBKeyPath, IDBValidKey } from "../idbtypes.js"; +import { valueToKey } from "./valueToKey.js"; // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#dfn-steps-for-extracting-a-key-from-a-value-using-a-key-path export const extractKey = (keyPath: IDBKeyPath | IDBKeyPath[], value: any) => { -- cgit v1.2.3