unit test getVectorConfig (#22373)
* test getconfig Signed-off-by: Kerry Archibald <kerrya@element.io> * whitespace Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
parent
9df5bf17f4
commit
5ade461ea5
2 changed files with 122 additions and 2 deletions
|
@ -23,10 +23,8 @@ import WebPlatform from '../../../../src/vector/platform/WebPlatform';
|
|||
describe('WebPlatform', () => {
|
||||
beforeEach(() => {
|
||||
jest.clearAllMocks();
|
||||
|
||||
});
|
||||
|
||||
|
||||
it('returns human readable name', () => {
|
||||
const platform = new WebPlatform();
|
||||
expect(platform.getHumanReadableName()).toEqual('Web Platform');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue