ngx-headway
Version:
This is an Angular library for using the Changelog service Headway, as a simple directive.
11 lines (8 loc) • 306 B
text/typescript
import { HeadwayBadgeDirective } from "./headway-badge.directive";
// const template = '<h1 headwayyBadge>Some text</h1>';
describe("HeadwayBadgeDirective", () => {
it("should create an instance", () => {
const directive = new HeadwayBadgeDirective();
expect(directive).toBeTruthy();
});
});