UNPKG

vectors-chunkers

Version:

A flexible text and data chunking library for vector databases and LLMs

9 lines 195 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/src', '<rootDir>/test'], testMatch: ['**/*.test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest' } };