start of draft queue class
This commit is contained in:
parent
4a924536f9
commit
ade6ad97f1
4 changed files with 62 additions and 10 deletions
|
@ -22,6 +22,11 @@ describe('Pattern', () => {
|
|||
draft: ({ part }) => part,
|
||||
}
|
||||
|
||||
describe('with runtime: true, resolveImmediately: true', () => {
|
||||
it('adds the part to the current draft cycle')
|
||||
it('does not add the part to subsequent draft cycles')
|
||||
})
|
||||
|
||||
describe('with resolveImmediately: true', () => {
|
||||
it('Should add the part to parts object', () => {
|
||||
const design = new Design({ parts: [part1] })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue