mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Lint integration test files and browser test files (#1612)
* clean up utils * more cleanup * remove client.sign * remove unneeded tests * remove unneeded infra * move helper functions to separate files * fix linter issues * more cleanup * make helper functions more generally useful * fix test account funding * add import note to README * lint browser tests * run eslint --fix
This commit is contained in:
6
test/integration/serverUrl.ts
Normal file
6
test/integration/serverUrl.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/* eslint-disable node/no-process-env -- needed to find standalone connection */
|
||||
const HOST = process.env.HOST ?? '0.0.0.0'
|
||||
const PORT = process.env.PORT ?? '6006'
|
||||
const serverUrl = `ws://${HOST}:${PORT}`
|
||||
|
||||
export default serverUrl
|
||||
Reference in New Issue
Block a user