Skip to content

Commit

Permalink
set passport.spec only
Browse files Browse the repository at this point in the history
  • Loading branch information
iambochen committed Aug 21, 2018
1 parent 3093bcd commit e37c4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/models/passport.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const fakeData = {
},
};

describe(`models/${modelName}`, () => {
describe.only(`models/${modelName}`, () => {
before(() => {
});

Expand Down
2 changes: 1 addition & 1 deletion test/unit/models/user.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ describe(`models/${modelName}`, () => {
});
});

describe.only('Associated model data', () => {
describe('Associated model data', () => {
it('Create a model with associated data using include', async () => {
// TODO:
// 1. create a User with 3 passports.
Expand Down

0 comments on commit e37c4d5

Please sign in to comment.