UNPKG

kura-expo-fs

Version:

The FileSystem API abstraction library, Expo Filesystem Plugin

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