UNPKG

nid

Version:

Nice clean-mouthed random id generation, without any swearing!

10 lines (9 loc) 227 B
/** @type {import('@ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/test/**/*.test.ts'], transform: { '^.+\\.ts?$': 'esbuild-jest' }, }