Skip to content

Instantly share code, notes, and snippets.

@stevermeister
Created July 2, 2017 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevermeister/eb5d095e289dc040296b9f9e8cd610da to your computer and use it in GitHub Desktop.
Save stevermeister/eb5d095e289dc040296b9f9e8cd610da to your computer and use it in GitHub Desktop.
import { LogClicksDirective } from './log-clicks.directive';
describe('LogClicksDirective', () => {
it('should create an instance', () => {
const directive = new LogClicksDirective();
expect(directive).toBeTruthy();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment