Skip to content

Commit

Permalink
remove .only test
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Feb 8, 2017
1 parent a88178d commit e95921a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"max-len": 0
},
"env": {
"node": true
"node": true,
"mocha": true
}
}
2 changes: 1 addition & 1 deletion test/RunCommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe("RunCommand", () => {

});

describe.only("with --include-filtered-dependencies", () => {
describe("with --include-filtered-dependencies", () => {
let testDir;
beforeEach((done) => {
testDir = initFixture("RunCommand/include-filtered-dependencies", done);
Expand Down

0 comments on commit e95921a

Please sign in to comment.