mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
11 lines
169 B
TypeScript
11 lines
169 B
TypeScript
import baseConfig from '@jupyterlab/galata/lib/playwright-config';
|
|
|
|
module.exports = {
|
|
...baseConfig,
|
|
timeout: 240000,
|
|
use: {
|
|
appPath: ''
|
|
},
|
|
retries: 1
|
|
};
|