Skip to content

Commit 57b90ec

Browse files
committed
Correct unit test
1 parent 548a668 commit 57b90ec

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/GitExtension.spec.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,6 @@ describe('IGitExtension', () => {
7878
model = new GitExtension(fakeRoot, app as any, docmanager as any);
7979
});
8080

81-
describe('#constructor', () => {
82-
it('should have requested the server root folder', () => {
83-
expect(mockGit.httpGitRequest).toBeCalledWith(
84-
'/git/server_root',
85-
'GET',
86-
null
87-
);
88-
});
89-
});
90-
9181
describe('#pathRepository', () => {
9282
it('should be null if not in a git repository', async () => {
9383
const path = '/path/to/server/repo';

0 commit comments

Comments
 (0)