From 9dba2c4351060509bdd8af21553c6eddb2346c46 Mon Sep 17 00:00:00 2001 From: "zhanwen.zw" Date: Thu, 4 Nov 2021 11:07:43 +0800 Subject: [PATCH] fix: fit --- integration_tests/specs/css/css-overflow/overflow-clip.ts | 4 ++-- integration_tests/specs/css/css-overflow/overflow-hidden.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration_tests/specs/css/css-overflow/overflow-clip.ts b/integration_tests/specs/css/css-overflow/overflow-clip.ts index 01d4ec639f..dce4c9213e 100644 --- a/integration_tests/specs/css/css-overflow/overflow-clip.ts +++ b/integration_tests/specs/css/css-overflow/overflow-clip.ts @@ -1,5 +1,5 @@ describe('clip', () => { - fit('should works with basic', async () => { + it('should works with basic', async () => { let image; let container = createElement('div', { style: { @@ -19,7 +19,7 @@ describe('clip', () => { await snapshot(0.1); }); - fit('should works with children of appear event', async () => { + it('should works with children of appear event', async () => { let image; let container = createElement('div', { style: { diff --git a/integration_tests/specs/css/css-overflow/overflow-hidden.ts b/integration_tests/specs/css/css-overflow/overflow-hidden.ts index fdeb360d99..86725d0e3a 100644 --- a/integration_tests/specs/css/css-overflow/overflow-hidden.ts +++ b/integration_tests/specs/css/css-overflow/overflow-hidden.ts @@ -1,5 +1,5 @@ describe('hidden', () => { - fit('should works with basic', async () => { + it('should works with basic', async () => { let image; let container = createElement('div', { style: { @@ -19,7 +19,7 @@ describe('hidden', () => { await snapshot(0.1); }); - fit('should works with children of appear event', async () => { + it('should works with children of appear event', async () => { let image; let container = createElement('div', { style: {