https://github.com/feathersjs/feathers-adapter-vitest
https://github.com/feathersjs/feathers-adapter-vitest
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/feathersjs/feathers-adapter-vitest
- Owner: feathersjs
- License: mit
- Created: 2025-09-10T16:05:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-10-20T18:05:12.000Z (9 months ago)
- Last Synced: 2026-01-16T21:15:44.395Z (6 months ago)
- Language: TypeScript
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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](https://docs.feathersjs.com/api/databases/common.html) for more information.
## Installation
```
npm install --save-dev feathers-adapter-vitest
```
## Usage
```ts
// index.test.ts
import { defineTestSuite } from "feathers-adapter-vitest";
const testSuite = defineTestSuite([
".events",
// ... and so on
]);
```
## License
Licensed under the [MIT license](./LICENSE).