Skip to content

Commit

Permalink
Remove unused skipRequiredTest flag
Browse files Browse the repository at this point in the history
  • Loading branch information
singhArmani committed Sep 9, 2020
1 parent 379c782 commit 26ebde0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/four-candles-fry.md
@@ -0,0 +1,6 @@
---
'@keystonejs/fields-location-google': patch
'@keystonejs/fields-unsplash': patch
---

Removed unused `skipRequiredTest` flag from fields API tests.
1 change: 0 additions & 1 deletion packages/fields-location-google/src/test-fixtures.js
Expand Up @@ -6,7 +6,6 @@ import { LocationGoogle } from './';
export const name = 'LocationGoogle';
export const type = LocationGoogle;
export const supportsUnique = false;
export const skipRequiredTest = false;
export const exampleValue = () => 'ChIJOza7MD-uEmsRrf4t12uji6Y';
export const exampleValue2 = () => 'ChIJ_9gDOjmuEmsRB7WRXm_Y6o8';
export const fieldName = 'venue';
Expand Down
1 change: 0 additions & 1 deletion packages/fields-unsplash/src/test-fixtures.js
Expand Up @@ -7,7 +7,6 @@ import { Unsplash } from './';
export const name = 'Unsplash';
export const type = Unsplash;
export const supportsUnique = false;
export const skipRequiredTest = false;
export const exampleValue = () => 'U0tBTn8UR8I';
export const exampleValue2 = () => 'xrVDYZRGdw4';
export const fieldName = 'heroImage';
Expand Down

0 comments on commit 26ebde0

Please sign in to comment.