UNPKG

nid

Version:

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

7 lines (6 loc) 174 B
/** @type {import('@ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/test/**/*.test.ts'], }