mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed jasmine test cases.
This commit is contained in:
committed by
Akshay Joshi
parent
4e3783c544
commit
f97e294c80
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user