Files
unicorn-utterances/__mocks__/data/mock-license.ts
2022-11-18 20:39:57 -05:00

12 lines
356 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",
};