UNPKG

kura

Version:

The FileSystem API abstraction library.

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