kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
10 wiersze
180 B
JavaScript
10 wiersze
180 B
JavaScript
![]() |
module.exports = {
|
||
|
snapshotDir: 'test/.snapshots',
|
||
|
failFast: true,
|
||
|
extensions: {
|
||
|
ts: 'module'
|
||
|
},
|
||
|
nodeArguments: ['--loader=tsx', '--no-warnings'],
|
||
|
timeout: '30s'
|
||
|
}
|