feathers-adapter-vitest
v0.0.15
Published
Feathers shared database adapter test suite with vitest
Downloads
174
Readme
Feathers Adapter Tests for vitest
Feathers shared database adapter test suite
About
This is a repository that contains the test suite for the common database adapter syntax. See the API documentation for more information.
Installation
npm install --save-dev feathers-adapter-vitestUsage
// index.test.ts
import { defineTestSuite } from "feathers-adapter-vitest";
const testSuite = defineTestSuite([
".events",
// ... and so on
]);License
Licensed under the MIT license.
