Skip to content

Commit

Permalink
chore(fixup): create example data
Browse files Browse the repository at this point in the history
  • Loading branch information
QuaidBartolomei committed Mar 1, 2022
1 parent 990e9d6 commit 671e7c4
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .jest/globalSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import exampleTree from '../docs/api/spec/examples/trees/912681.json';
import exampleWallet from '../docs/api/spec/examples/wallets/exampleWallet.json';
import exampleSpecies from '../docs/api/spec/examples/species/exampleSpecies.json';
import examplePlanter from '../docs/api/spec/examples/planters/examplePlanter.json';
import exampleCountry from '../docs/api/spec/examples/countries/6632357.json';
import exampleCountry from '../docs/api/spec/examples/countries/exampleCountry.json';
import exampleOrganization from '../docs/api/spec/examples/organizations/exampleOrganization.json';
import knex, { TableNames } from '../server/infra/database/knex';

Expand Down
104 changes: 104 additions & 0 deletions docs/api/spec/examples/countries/exampleCountry.json

Large diffs are not rendered by default.

0 comments on commit 671e7c4

Please sign in to comment.