add loop to catch null values
This commit is contained in:
parent
6252ce466c
commit
3fc844c15a
2 changed files with 8 additions and 7 deletions
|
@ -66,6 +66,7 @@ describe('systemPreferences module', () => {
|
|||
1,
|
||||
null,
|
||||
new Date(),
|
||||
{ 'one': null }
|
||||
]
|
||||
|
||||
for (const badDefault of badDefaults) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue