Skip to content

Commit b1094c2

Browse files
authored
Fix package name of integration tests (#176)
* Fix package name of integration tests * Update yarn.lock
1 parent ebac582 commit b1094c2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

ui-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "glue-lab-ui-tests",
2+
"name": "jupyter-collaboration-ui-tests",
33
"version": "1.0.0",
4-
"description": "JupyterLab glue-lab Integration Tests",
4+
"description": "Jupyter collaboration Integration Tests",
55
"private": true,
66
"scripts": {
77
"start": "jupyter lab --config jupyter_server_test_config.py",

ui-tests/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,16 +2537,6 @@ __metadata:
25372537
languageName: node
25382538
linkType: hard
25392539

2540-
"glue-lab-ui-tests@workspace:.":
2541-
version: 0.0.0-use.local
2542-
resolution: "glue-lab-ui-tests@workspace:."
2543-
dependencies:
2544-
"@jupyterlab/galata": ^5.0.0
2545-
"@jupyterlab/services": ^7.0.0
2546-
"@playwright/test": ^1.35.0
2547-
languageName: unknown
2548-
linkType: soft
2549-
25502540
"graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.6":
25512541
version: 4.2.11
25522542
resolution: "graceful-fs@npm:4.2.11"
@@ -2790,6 +2780,16 @@ __metadata:
27902780
languageName: node
27912781
linkType: hard
27922782

2783+
"jupyter-collaboration-ui-tests@workspace:.":
2784+
version: 0.0.0-use.local
2785+
resolution: "jupyter-collaboration-ui-tests@workspace:."
2786+
dependencies:
2787+
"@jupyterlab/galata": ^5.0.0
2788+
"@jupyterlab/services": ^7.0.0
2789+
"@playwright/test": ^1.35.0
2790+
languageName: unknown
2791+
linkType: soft
2792+
27932793
"lib0@npm:^0.2.42, lib0@npm:^0.2.74":
27942794
version: 0.2.74
27952795
resolution: "lib0@npm:0.2.74"

0 commit comments

Comments
 (0)