refactor (core) reorganize method groupings in Pattern
This commit is contained in:
parent
8fea9a4beb
commit
13ec5e43e5
5 changed files with 198 additions and 201 deletions
|
@ -6,7 +6,7 @@ const expect = chai.expect
|
|||
describe('Hooks', () => {
|
||||
it('Should contain all hooks', () => {
|
||||
const pattern = new Pattern()
|
||||
const h = pattern.hooks
|
||||
const h = pattern.plugins.hooks
|
||||
const test = {
|
||||
preInit: [],
|
||||
postInit: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue