feat: add snjs package
This commit is contained in:
15
packages/snjs/mocha/lib/Defaults.js
Normal file
15
packages/snjs/mocha/lib/Defaults.js
Normal file
@@ -0,0 +1,15 @@
|
||||
export function getDefaultHost() {
|
||||
return 'http://localhost:3123'
|
||||
}
|
||||
|
||||
export function getDefaultMockedEventServiceUrl() {
|
||||
return 'http://localhost:3124'
|
||||
}
|
||||
|
||||
export function getDefaultWebSocketUrl() {
|
||||
return undefined
|
||||
}
|
||||
|
||||
export function getAppVersion() {
|
||||
return '1.2.3'
|
||||
}
|
||||
Reference in New Issue
Block a user