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