UNPKG

@ydbjs/abortable

Version:

Utilities for working with AbortController and AbortSignal in YDB operations.

10 lines (8 loc) 217 B
import { defineProject } from 'vitest/config' export default defineProject({ test: { name: 'abortable', include: ['src/**/*.test.ts', 'tests/**/*.test.ts'], environment: 'node', }, })