1
0
Fork 0

wip(core): Work on pattern/design unit tests

This commit is contained in:
joostdecock 2022-09-10 15:04:57 +02:00
parent 032b2d6e3c
commit 904e0044c5
9 changed files with 612 additions and 1662 deletions

View file

@ -7,7 +7,6 @@ import { loadDesignDefaults } from './config.mjs'
* So it's sort of a super-constructor
*/
export function Design(config) {
// Initialize config with defaults
config = { ...loadDesignDefaults(), ...config }