SPECIES_EXEMPLAR.fixture.js 102 B

123456
  1. module.exports = [
  2. {
  3. scientificName: 'canus unicornicus',
  4. streetName: 'ankle wraith'
  5. }
  6. ];