Skip to content

Commit

Permalink
fix: fit
Browse files Browse the repository at this point in the history
  • Loading branch information
temper357 committed Nov 4, 2021
1 parent 153e0f2 commit 9dba2c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions integration_tests/specs/css/css-overflow/overflow-clip.ts
Original file line number Diff line number Diff line change
@@ -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: {
Expand All @@ -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: {
Expand Down
4 changes: 2 additions & 2 deletions integration_tests/specs/css/css-overflow/overflow-hidden.ts
Original file line number Diff line number Diff line change
@@ -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: {
Expand All @@ -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: {
Expand Down

0 comments on commit 9dba2c4

Please sign in to comment.