UNPKG

kura-expo-fs

Version:

The FileSystem API abstraction library, Expo Filesystem Plugin

10 lines (8 loc) 266 B
import "kura"; import { testAll } from "kura/lib/__tests__/filesystem"; import { ExpoFsLocalFileSystemAsync } from "../expo-fs"; const factory = new ExpoFsLocalFileSystemAsync("web-file-system-test", { contentsCache: false, verbose: true, }); testAll(factory);