Skip to content

Instantly share code, notes, and snippets.

View perryhoffman's full-sized avatar

Perry Hoffman perryhoffman

View GitHub Profile
@perryhoffman
perryhoffman / account.service.spec.js
Created December 19, 2017 17:21
Account Service Unit Test Base
'use strict'
describe('accountService', function () {
let accountService
let accountServiceProviderMock, gettextCatalog, configService
beforeEach(() => {
module("arkclient.accounts", $provide => {
accountServiceProviderMock = {}