This commit is contained in:
Leifer Mendez
2022-11-09 13:23:07 +01:00
parent 9de4777cdb
commit ceb6faa5af
9 changed files with 102 additions and 68 deletions

7
__mocks__/mobile.mock.js Normal file
View File

@@ -0,0 +1,7 @@
const MOCK_MOBILE_WS = {
username: 'Leifer',
phone: '0000000',
message: 'ey!',
}
module.exports = { MOCK_MOBILE_WS }