UNPKG

@signalapp/mock-server

Version:
25 lines (16 loc) 654 B
<!-- Copyright 2021-2022 Signal Messenger, LLC --> <!-- SPDX-License-Identifier: AGPL-3.0-only --> # Signal Mock Server ## Overview This npm module is a mock implementation of Signal Server, currently only used in [Signal Desktop integration tests][0]. Public API surface area can be found at [`src/api`][1]. ## Installation ```sh npm install --dev @signalapp/mock-server ``` ## License Copyright 2022 Signal, a 501c3 nonprofit Licensed under the AGPLv3: https://opensource.org/licenses/agpl-3.0 [0]: https://github.com/signalapp/Signal-Desktop/tree/development/ts/test-mock [1]: https://github.com/signalapp/Mock-Signal-Server/tree/main/src/api