Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/utils / __tests__ / __snapshots__ / fromDataLayerToThingList.test.ts.snap
Size: Mime:
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`application/utils/fromDataLayerToThingList should export matching the snapshot 1`] = `
Array [
  Object {
    "text": "555 moose",
    "type": "street",
  },
  Object {
    "text": "10 front street",
    "type": "street",
  },
  Object {
    "text": "eh",
    "type": "region",
  },
  Object {
    "text": "Canada",
    "type": "country",
  },
  Object {
    "text": "states",
    "type": "locality",
  },
  Object {
    "text": "641654",
    "type": "zip",
  },
]
`;