Skip to content

Instantly share code, notes, and snippets.

@abhiaiyer91
Created December 12, 2015 22:03
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 abhiaiyer91/fa4dd83cade669513c38 to your computer and use it in GitHub Desktop.
Save abhiaiyer91/fa4dd83cade669513c38 to your computer and use it in GitHub Desktop.
describe('A Unit test for a test function', function () {
it('should do something when i say so :)', function () {
var actionCreator = new ZenAction(['testMixin']);
expect(actionCreator.getTest()).toEqual(undefined);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment