Skip to content

Instantly share code, notes, and snippets.

@ilyachenko
Created December 12, 2015 11:30
Show Gist options
  • Save ilyachenko/c4dc096d193015290009 to your computer and use it in GitHub Desktop.
Save ilyachenko/c4dc096d193015290009 to your computer and use it in GitHub Desktop.
describe('EventModel', function() {
'use strict';
var Fabric;
beforeEach(module('mean.trader'));
beforeEach(inject(
function($injector) {
Fabric = $injector.get('Fabric');
}
));
it('', function() {
expect(true).toBe(true);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment