Skip to content

Commit

Permalink
Removing describe.only in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Sik committed Oct 27, 2015
1 parent 0f4a61c commit 1c37f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/common/directives/editAvatar/editAvatar.spec.ts
Expand Up @@ -5,7 +5,7 @@ namespace common.directives.editAvatar {
EditAvatarController: EditAvatarController;
}

describe.only('Edit avatar directive', () => {
describe('Edit avatar directive', () => {

let $compile:ng.ICompileService,
$rootScope:global.IRootScope,
Expand Down

0 comments on commit 1c37f75

Please sign in to comment.