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:
Jay Cammarano
2021-10-01 11:01:33 -04:00
committed by GitHub
parent e493639a48
commit 2be2c36dc2
5 changed files with 141 additions and 13 deletions

View File

@@ -27,7 +27,6 @@ const customCliExtension: Extension = {
type: 'hook',
entrypoint: 'index.js',
local: true,
root: true,
};
const beforeHook = jest.fn();