mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 13:15:37 +03:00
9 lines
140 B
TypeScript
9 lines
140 B
TypeScript
module.exports = {
|
|
testDir: 'integration',
|
|
timeout: 60000,
|
|
expect: {
|
|
timeout: 25000,
|
|
toMatchSnapshot: {threshold: 0.2},
|
|
}
|
|
}
|