OSIDB-2818: Affect section redesign #67
Annotations
3 errors
src/components/__tests__/Settings.spec.ts > SettingsStore > initializes:
src/stores/__tests__/SettingsStore.spec.ts#L26
AssertionError: expected { bugzillaApiKey: '', …(3) } to deeply equal { bugzillaApiKey: '', …(2) }
- Expected
+ Received
Object {
+ "affectsPerPage": 10,
"bugzillaApiKey": "",
"jiraApiKey": "",
"showNotifications": false,
}
❯ src/stores/__tests__/SettingsStore.spec.ts:26:43
|
src/stores/__tests__/SettingsStore.spec.ts > SettingsStore > initializes:
src/stores/__tests__/SettingsStore.spec.ts#L26
AssertionError: expected { bugzillaApiKey: '', …(3) } to deeply equal { bugzillaApiKey: '', …(2) }
- Expected
+ Received
Object {
+ "affectsPerPage": 10,
"bugzillaApiKey": "",
"jiraApiKey": "",
"showNotifications": false,
}
❯ src/stores/__tests__/SettingsStore.spec.ts:26:43
|
tests
Process completed with exit code 1.
|