add simple load test and receive test

This commit is contained in:
Paul Miller
2023-06-02 17:40:14 -05:00
parent 7361e0a26b
commit 2b49b04f08
8 changed files with 192 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
"name": "mws",
"version": "0.3.6",
"license": "MIT",
"packageManager": "pnpm@8.3.1",
"scripts": {
"dev": "solid-start dev",
"host": "solid-start dev --host",
@@ -11,6 +12,7 @@
},
"type": "module",
"devDependencies": {
"@playwright/test": "^1.34.3",
"@types/node": "^18.16.15",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",