mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 06:28:28 +08:00
8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
config.set({
|
|
client: {
|
|
mocha: {
|
|
timeout: 10_000
|
|
}
|
|
}
|
|
});
|