Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Mar 22, 2024
1 parent be8589e commit e159521
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/jupyter-chat-extension/ui-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@jupyter/chat-ui-tests",
"version": "1.0.0",
"description": "JupyterLab @jupyter/chat 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": "^5.0.5",
"@playwright/test": "^1.37.0"
}
"name": "@jupyter/chat-ui-tests",
"version": "1.0.0",
"description": "JupyterLab @jupyter/chat 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": "^5.0.5",
"@playwright/test": "^1.37.0"
}
}

0 comments on commit e159521

Please sign in to comment.