Skip to content

Commit

Permalink
#789: add test boilerplate for mobileMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Mar 10, 2023
1 parent fc35955 commit 861ddbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/mobileMessage.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const testUtils = require('./utils');

describe('mobileMessage', () => {
beforeEach(() => {
testUtils.mockSetup();
});
afterEach(() => {
testUtils.mockReset();
});
});

0 comments on commit 861ddbc

Please sign in to comment.