mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Unit tests for get-extensions.ts (#8470)
* root removed * get extensions passing, 95% coverage * removed root * fixed root on listExtensionsChildren
This commit is contained in:
@@ -27,7 +27,6 @@ const customCliExtension: Extension = {
|
||||
type: 'hook',
|
||||
entrypoint: 'index.js',
|
||||
local: true,
|
||||
root: true,
|
||||
};
|
||||
|
||||
const beforeHook = jest.fn();
|
||||
|
||||
Reference in New Issue
Block a user