Skip to content
Snippets Groups Projects
Commit e1cc7b93 authored by jojohoch's avatar jojohoch
Browse files

[player] Fix test for KeypadLayoutComponent

parent 30354495
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ describe('KeypadLayoutComponent', () => {
beforeEach(() => {
fixture = TestBed.createComponent(KeypadLayoutComponent);
component = fixture.componentInstance;
component.inputElement = document.createElement('input');
component.layout = {
default: [[]],
shift: [[]],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment