Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-fenichel committed May 15, 2024
1 parent 9959cb4 commit 56689eb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
6 changes: 4 additions & 2 deletions plugins/field-angle/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ const testBlockDefinitions = [
],
output: null,
style: 'math_blocks',
}, {
},
{
type: 'test_custom_field_values_compass',
message0: 'compass %1',
args0: [
Expand All @@ -66,7 +67,8 @@ const testBlockDefinitions = [
],
output: null,
style: 'math_blocks',
}, {
},
{
type: 'test_custom_field_values_protractor',
message0: 'protractor %1',
args0: [
Expand Down
18 changes: 7 additions & 11 deletions plugins/field-grid-dropdown/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ const testBlockDefinitions = [
{
type: 'field_grid_dropdown',
name: 'FIELDNAME',
options: [
['A', 'A'],
],
options: [['A', 'A']],
alt: {
type: 'field_label',
text: `No field_grid_dropdown`,
Expand Down Expand Up @@ -63,7 +61,8 @@ const testBlockDefinitions = [
],
output: null,
style: 'math_blocks',
}, {
},
{
type: 'test_custom_field_values_long_text_list',
message0: 'Long text list %1',
args0: [
Expand Down Expand Up @@ -106,7 +105,8 @@ const testBlockDefinitions = [
],
output: null,
style: 'math_blocks',
}, {
},
{
type: 'test_custom_field_values_images',
message0: 'Images %1',
args0: [
Expand Down Expand Up @@ -303,9 +303,7 @@ const testBlockDefinitions = [
{
type: 'field_grid_dropdown',
name: 'FIELDNAME',
options: [
['A', 'A'],
],
options: [['A', 'A']],
alt: {
type: 'field_label',
text: `No field_grid_dropdown`,
Expand All @@ -322,9 +320,7 @@ const testBlockDefinitions = [
{
type: 'field_grid_dropdown',
name: 'FIELDNAME',
options: [
['A', 'A'],
],
options: [['A', 'A']],
alt: {
type: 'field_label',
text: `No field_grid_dropdown`,
Expand Down
9 changes: 6 additions & 3 deletions plugins/field-slider/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ const testBlockDefinitions = [
],
output: null,
style: 'math_blocks',
}, {
},
{
type: 'test_custom_field_values_max',
message0: 'max %1',
args0: [
Expand All @@ -67,7 +68,8 @@ const testBlockDefinitions = [
],
output: null,
style: 'math_blocks',
}, {
},
{
type: 'test_custom_field_values_min',
message0: 'min %1',
args0: [
Expand All @@ -84,7 +86,8 @@ const testBlockDefinitions = [
],
output: null,
style: 'math_blocks',
}, {
},
{
type: 'test_custom_field_values_max_and_min',
message0: 'max and min %1',
args0: [
Expand Down

0 comments on commit 56689eb

Please sign in to comment.