UNPKG

@uwdata/flechette

Version:

Fast, lightweight access to Apache Arrow data.

9 lines (7 loc) 166 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { expect: { requireAssertions: true }, include: ["test/**/*.test.js"], } });