bastienrobert/la-ferme

View on GitHub
packages/mobile/src/pages/samples/Game/mock.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const players = [
  {
    uuid: '8a938283-238d-474b-962c-555c79ab4ea0',
    ready: true,
    character: 'peter',
    skill: 'happy',
    goal: 'town-hall'
  },
  {
    uuid: '4f69bf75-4c56-47e2-afd3-90d48a58b756',
    ready: true,
    character: 'isabelle',
    skill: 'speaker',
    goal: 'supermarket'
  }
]

export const player = players[0]