Skip to content

Commit

Permalink
chore: update case name
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed May 23, 2024
1 parent e32eb34 commit 86b0888
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion __tests__/integration/gallery.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const TEST_CASES = [
{
name: 'variFlight',
sleepTime: 1000,
snapshots: false,
},
];

Expand Down
2 changes: 0 additions & 2 deletions __tests__/integration/line.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const TEST_CASES = [
},
{
name: 'dash',
snapshots: false,
sleepTime: 500,
},
{
Expand All @@ -25,7 +24,6 @@ const TEST_CASES = [
},
{
name: 'greatcircle',
snapshots: false,
sleepTime: 500,
},
{
Expand Down
6 changes: 3 additions & 3 deletions __tests__/integration/point.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ const TEST_CASES = [
},
{
name: 'dot',
snapshots: false,
snapshot: false,
},
{
name: 'fill',
},
{
name: 'fill_image',
name: 'fillImage',
},
{
name: 'image',
snapshots: false,
snapshot: false,
},
{
name: 'text',
Expand Down
6 changes: 3 additions & 3 deletions __tests__/integration/polygon.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ const TEST_CASES = [
},
{
name: 'ocean',
snapshots: false,
snapshot: false,
},
{
name: 'texture',
snapshots: false,
snapshot: false,
},
{
name: 'water',
snapshots: false,
snapshot: false,
},
];

Expand Down

0 comments on commit 86b0888

Please sign in to comment.