UNPKG

kura

Version:

The FileSystem API abstraction library.

12 lines (10 loc) 316 B
import "../polyfill"; import "fake-indexeddb/auto"; import { IdbLocalFileSystemAsync } from "../idb/IdbLocalFileSystemAsync"; import { testAll } from "./filesystem"; const factory = new IdbLocalFileSystemAsync("web-file-system-test", { index: false, contentsCache: false, verbose: true, }); testAll(factory);