Files
unicorn-utterances/__mocks__/data/mock-license.ts
2021-12-12 23:20:25 -08:00

12 lines
364 B
TypeScript

import { LicenseInfo } from "types/LicenseInfo";
export const MockLicense: LicenseInfo = {
id: "MIT",
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",
};