Tests: Fixes typings because of different settings between master and branch
This commit is contained in:
committed by
Hugo Häggmark
parent
b68652547d
commit
c702f6cfdb
@@ -258,7 +258,7 @@ describe('options picker actions', () => {
|
||||
const option = {
|
||||
...createOption([]),
|
||||
selected: true,
|
||||
value: [],
|
||||
value: [] as string[],
|
||||
tags: [] as any[],
|
||||
};
|
||||
|
||||
@@ -290,7 +290,7 @@ describe('options picker actions', () => {
|
||||
const option = {
|
||||
...createOption([]),
|
||||
selected: true,
|
||||
value: [],
|
||||
value: [] as string[],
|
||||
tags: [] as any[],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user