test: sync provider (#1754)

This commit is contained in:
Himself65
2023-03-30 03:22:26 -05:00
committed by GitHub
parent d8d965b9b8
commit 4dd1490eef
4 changed files with 183 additions and 2 deletions

View File

@@ -23,5 +23,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/ws": "^8.5.4",
"ws": "^8.13.0"
}
}