add fix for fake-indexeddb v5

https://github.com/dumbmatter/fakeIndexedDB/issues/88
This commit is contained in:
David Lechner
2023-11-18 14:40:16 -06:00
committed by David Lechner
parent 1aace700cc
commit c021a77334
+1
View File
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2022-2023 The Pybricks Authors
import 'core-js/stable/structured-clone';
import 'fake-indexeddb/auto';
import Dexie from 'dexie';
import 'dexie-observable';