UNPKG

duckdb-async

Version:
11 lines (10 loc) 247 B
{ "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "/test/.*test.ts", "testEnvironment": "node", "testPathIgnorePatterns": ["/node_modules/", "/__snapshots__"], "moduleFileExtensions": ["ts", "js"], "testTimeout": 15000 }