15 lines
412 B
JSON
15 lines
412 B
JSON
{
|
|
"name": "jupyterlab_sandbox_theme-ui-tests",
|
|
"version": "1.0.0",
|
|
"description": "JupyterLab jupyterlab_sandbox_theme Integration Tests",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "jupyter lab --config jupyter_server_test_config.py",
|
|
"test": "jlpm playwright test",
|
|
"test:update": "jlpm playwright test --update-snapshots"
|
|
},
|
|
"devDependencies": {
|
|
"@jupyterlab/galata": "^4.3.0"
|
|
}
|
|
}
|