UNPKG

@atproto/sync

Version:
9 lines (8 loc) 264 B
/** @type {import('jest').Config} */ module.exports = { displayName: 'Sync', transform: { '^.+\\.ts$': '@swc/jest' }, testTimeout: 60000, setupFiles: ['<rootDir>/../../jest.setup.ts'], moduleNameMapper: { '^(\\.\\.?\\/.+)\\.js$': ['$1.ts', '$1.js'] }, }