Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 11d39d1

Browse files
lints
1 parent 1e2a8b8 commit 11d39d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/views/tab-header-view.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ describe('TabHeaderView', function() {
1212
handleWorkDirSelect: undefined,
1313
getCurrentWorkDirs: () => [],
1414
...options,
15-
}
16-
return shallow(<TabHeaderView {...props}/>);
15+
};
16+
return shallow(<TabHeaderView {...props} />);
1717
}
1818

1919
describe('with a select listener and paths', function() {
@@ -48,7 +48,7 @@ describe('TabHeaderView', function() {
4848
paths.push(path3);
4949
wrapper.instance().updateWorkDirs();
5050
assert.strictEqual(wrapper.find('option').length, 3);
51-
})
51+
});
5252
});
5353

5454
describe('with onDidChangeWorkDirs', function() {

0 commit comments

Comments
 (0)