chatgpt-api/legacy/ava.config.cjs

10 wiersze
180 B
JavaScript

module.exports = {
snapshotDir: 'test/.snapshots',
failFast: true,
extensions: {
ts: 'module'
},
nodeArguments: ['--loader=tsx', '--no-warnings'],
timeout: '30s'
}