1
0
Fork 0

chore(core): Refactor v3 code

This commit is contained in:
Joost De Cock 2022-09-18 15:11:10 +02:00
parent f882a26408
commit 200cebf582
27 changed files with 3961 additions and 2633 deletions

View file

@ -73,8 +73,5 @@ describe('Multisets', () => {
},
])
pattern.draft()
console.log(pattern)
console.log(pattern.render())
//pattern.render()
})
})