1
0
Fork 0

refactor (core) reorganize method groupings in Pattern

This commit is contained in:
Enoch Riese 2023-04-18 00:00:25 -04:00
parent 8fea9a4beb
commit 13ec5e43e5
5 changed files with 198 additions and 201 deletions

View file

@ -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: [],