mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
chore: relax typing
This commit is contained in:
parent
01ebc4917c
commit
3d0bd8b940
@ -255,8 +255,8 @@ describe('Playground API E2E', () => {
|
|||||||
|
|
||||||
if (features.length !== body.features.length) {
|
if (features.length !== body.features.length) {
|
||||||
const [longer, shorter]: [
|
const [longer, shorter]: [
|
||||||
ClientFeatureSchema[],
|
{ name: string }[],
|
||||||
ClientFeatureSchema[],
|
{ name: string }[],
|
||||||
] =
|
] =
|
||||||
features.length > body.features.length
|
features.length > body.features.length
|
||||||
? [features, body.features]
|
? [features, body.features]
|
||||||
|
Loading…
Reference in New Issue
Block a user