Tests: Fixes typings because of different settings between master and branch

This commit is contained in:
Hugo Häggmark
2020-08-25 01:27:17 -07:00
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[],
};