Skip to content

Commit 01d58e6

Browse files
Merge pull request #66 from DiamondLightSource/switch_to_pvws
Switch library to use pvws backend
2 parents 4c9929e + b9cffcb commit 01d58e6

File tree

8 files changed

+450
-639
lines changed

8 files changed

+450
-639
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
}
3737
],
3838
"import/no-cycle": "error",
39+
"import/no-named-as-default": 0,
3940
"prettier/prettier": [
4041
"error",
4142
{

package-lock.json

Lines changed: 26 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"vite-plugin-node-polyfills": "^0.22.0",
6868
"vitest": "^2.0.5",
6969
"vitest-canvas-mock": "^0.3.3",
70+
"vitest-websocket-mock": "^0.4.0",
7071
"xml-js": "^1.6.11"
7172
},
7273
"peerDependencies": {
@@ -85,4 +86,4 @@
8586
"trailingComma": "none",
8687
"arrowParens": "avoid"
8788
}
88-
}
89+
}

src/connection/coniql.test.ts

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)