We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd84ec commit 38f886cCopy full SHA for 38f886c
client/modules/IDE/components/FileNode.unit.test.jsx
@@ -37,6 +37,7 @@ describe('<FileNode />', () => {
37
fileType,
38
canEdit: true,
39
children: [],
40
+ parentId: 'parent-folder-id',
41
authenticated: false,
42
setSelectedFile: jest.fn(),
43
deleteFile: jest.fn(),
0 commit comments