wip(core): Started working on support for stacks in core
This commit is contained in:
parent
dbb0ceb35d
commit
85748db201
7 changed files with 238 additions and 36 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue