eduardomoroni/mtgx

View on GitHub
__tests__/assets/fixtures/realmObjectFixture.js

Summary

Maintainability
A
0 mins
Test Coverage
export const realmObjectFixture = {
  'artist': 'Jung Park',
  'cmc': 5,
  'id': 'd6901a23503f4953dc3f643b193a7bdb31478fc2',
  'imageName': 'aerial modification',
  'layout': 'normal',
  'manaCost': '{4}{W}',
  'multiverseid': 423668,
  'name': 'Aerial Modification',
  'number': '1',
  'rarity': 'Uncommon',
  'text': "Enchant creature or Vehicle\nAs long as enchanted permanent is a Vehicle, it's a creature in addition to its other types.\nEnchanted creature gets +2/+2 and has flying.",
  'type': 'Enchantment — Aura',
  'subtypes': {'0': {subType: 'Aura'}, '1': {subType: 'Test'}},
  'colorIdentity': {'0': {colorIdentity: 'W'}, '1': {colorIdentity: 'T'}},
  'colors': {'0': {color: 'White'}, '1': {color: 'Test'}},
  'types': {'0': {type: 'Enchantment'}, '1': {type: 'Test'}}
}