Fixed jasmine test cases.

This commit is contained in:
Nikhil Mohite
2022-06-21 10:47:08 +05:30
committed by Akshay Joshi
parent 4e3783c544
commit f97e294c80
2 changed files with 13 additions and 15 deletions

View File

@@ -18,8 +18,7 @@ import {genericBeforeEach} from '../genericFunctions';
describe('DebuggerArgs', () => {
let mount;
let schemaObj = new DebuggerArgumentSchema(
);
let schemaObj = new DebuggerArgumentSchema();
/* Use createMount so that material ui components gets the required context */
/* https://material-ui.com/guides/testing/#api */