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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user