consolidate stores into classes and add userstore #83
Annotations
10 errors
src/lib/stores/childrenStore.test.ts > normal functionality > should add child successfully:
src/lib/stores/childrenStore.test.ts#L62
TypeError: Cannot read properties of undefined (reading 'set')
❯ reset src/lib/stores/childrenStore.test.ts:62:12
❯ src/lib/stores/childrenStore.test.ts:74:3
|
src/lib/stores/childrenStore.test.ts > normal functionality > should add child observationdata successfully:
src/lib/stores/childrenStore.test.ts#L62
TypeError: Cannot read properties of undefined (reading 'set')
❯ reset src/lib/stores/childrenStore.test.ts:62:12
❯ src/lib/stores/childrenStore.test.ts:80:3
|
src/lib/stores/childrenStore.test.ts > normal functionality > cannot assign observationdata when childData is missing:
src/lib/stores/childrenStore.test.ts#L62
TypeError: Cannot read properties of undefined (reading 'set')
❯ reset src/lib/stores/childrenStore.test.ts:62:12
❯ src/lib/stores/childrenStore.test.ts:91:3
|
src/lib/stores/childrenStore.test.ts > normal functionality > cannot assign observationdata for unknown user:
src/lib/stores/childrenStore.test.ts#L62
TypeError: Cannot read properties of undefined (reading 'set')
❯ reset src/lib/stores/childrenStore.test.ts:62:12
❯ src/lib/stores/childrenStore.test.ts:102:3
|
src/lib/stores/childrenStore.test.ts > normal functionality > should remove child successfully:
src/lib/stores/childrenStore.test.ts#L62
TypeError: Cannot read properties of undefined (reading 'set')
❯ reset src/lib/stores/childrenStore.test.ts:62:12
❯ src/lib/stores/childrenStore.test.ts:111:3
|
src/lib/stores/childrenStore.test.ts > normal functionality > should throw when adding with nonexistant user or existing child key:
src/lib/stores/childrenStore.test.ts#L62
TypeError: Cannot read properties of undefined (reading 'set')
❯ reset src/lib/stores/childrenStore.test.ts:62:12
❯ src/lib/stores/childrenStore.test.ts:117:3
|
src/lib/stores/childrenStore.test.ts > normal functionality > should throw when removing with nonexistant user or nonexisting child key:
src/lib/stores/childrenStore.test.ts#L62
TypeError: Cannot read properties of undefined (reading 'set')
❯ reset src/lib/stores/childrenStore.test.ts:62:12
❯ src/lib/stores/childrenStore.test.ts:134:3
|
src/lib/stores/childrenStore.test.ts > normal functionality > should fetch observation data:
src/lib/stores/childrenStore.test.ts#L62
TypeError: Cannot read properties of undefined (reading 'set')
❯ reset src/lib/stores/childrenStore.test.ts:62:12
❯ src/lib/stores/childrenStore.test.ts:149:3
|
src/lib/stores/childrenStore.test.ts > normal functionality > should fetch child data:
src/lib/stores/childrenStore.test.ts#L62
TypeError: Cannot read properties of undefined (reading 'set')
❯ reset src/lib/stores/childrenStore.test.ts:62:12
❯ src/lib/stores/childrenStore.test.ts:154:3
|
src/lib/stores/childrenStore.test.ts > normal functionality > cannot fetch from unknown keys:
src/lib/stores/childrenStore.test.ts#L62
TypeError: Cannot read properties of undefined (reading 'set')
❯ reset src/lib/stores/childrenStore.test.ts:62:12
❯ src/lib/stores/childrenStore.test.ts:165:3
|