Skip to content

Commit 959e6f8

Browse files
committed
removing .only
1 parent e07e862 commit 959e6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ describe("bit-docs-generate-html", function(){
216216
});
217217
});
218218

219-
it.only("basic sidebar works", function(){
219+
it("basic sidebar works", function(){
220220
this.timeout(240000);
221221
return rmdir(path.join(__dirname, "test", "tmp")).then(function(){
222222
var options = {

0 commit comments

Comments
 (0)