1
0
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:
Thomas Heartman 2023-01-04 10:19:14 +01:00
parent 01ebc4917c
commit 3d0bd8b940
No known key found for this signature in database
GPG Key ID: 47CFBB2D87C87664

View File

@ -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]