Skip to content

Commit

Permalink
fix(test): add missing _sc_annotations field to data generator
Browse files Browse the repository at this point in the history
  • Loading branch information
critocrito committed Nov 10, 2019
1 parent bfcb417 commit 08b816c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/test/lib/generators.js
Expand Up @@ -127,6 +127,7 @@ const dataUnitSpec = {
_sc_downloads: listsArb,
_sc_queries: listsArb,
_sc_locations: listsArb,
_sc_annotations: listsArb,
_sc_markers: array(string),
};

Expand Down

0 comments on commit 08b816c

Please sign in to comment.