Skip to content

Commit

Permalink
remove .only for routerUser test file
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogr committed Mar 18, 2016
1 parent 950a7c7 commit e1c2c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-unit/routesUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const NOTIFICATION_EMAIL_SERVICE_PATH = config.externalServices.notifications.pa
const versionHeader = 'test/1';
let authorizedUserId;

describe.only('user', function () {
describe('user', function () {

const baseUser = {
id: 'a1b2c3d4e5f6',
Expand Down

0 comments on commit e1c2c15

Please sign in to comment.