Files
unicorn-utterances/__mocks__/data/mock-license.ts
2020-02-27 20:56:42 -08:00

7 lines
301 B
TypeScript

export const MockLicense = {
licenceType: 'Mocked License',
footerImg: "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
explainLink: "example.com/explainLink",
name: "The Mocking License",
displayName: "MockLicense with Attribution"
}