UNPKG

@ydbjs/core

Version:

Core driver for YDB: manages connections, endpoint discovery, authentication, and service client creation. Foundation for all YDB client operations.

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