1
0
Fork 0

start of draft queue class

This commit is contained in:
Enoch Riese 2023-02-23 18:22:22 +02:00
parent 4a924536f9
commit ade6ad97f1
4 changed files with 62 additions and 10 deletions

View file

@ -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] })