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__ / fromStringToAddress.test.ts.snap
Size: Mime:
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`application/utils/fromStringToAddress should export matching the snapshot 1`] = `
Object {
  "addressLine1": "10 front street",
  "addressLine2": "asd",
  "city": "coimbatore",
  "country": "india",
  "email": "john@abc.com",
  "firstName": "John",
  "lastName": "Pancake",
  "postalCode": "641041",
  "state": "tamilNad",
  "telephone": "9875886899",
}
`;