1
0
Fork 0

wip(core): Started working on support for stacks in core

This commit is contained in:
joostdecock 2022-09-12 20:10:22 +02:00
parent dbb0ceb35d
commit 85748db201
7 changed files with 238 additions and 36 deletions

View file

@ -18,7 +18,7 @@ describe('Pattern', () => {
expect(typeof pattern.config).to.equal('object')
expect(typeof pattern.parts).to.equal('object')
expect(typeof pattern.store).to.equal('object')
expect(Object.keys(pattern).length).to.equal(4)
expect(Object.keys(pattern).length).to.equal(5)
})
it('Pattern constructor should add non-enumerable properties', () => {