Skip to content

Commit

Permalink
improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jstritch committed May 4, 2023
1 parent 0a99a59 commit ea96d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/commands-anx/reinit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('reinit', () => {
test('reinitializes a git repository', async () => {
const uuid = '73c6cc5e-4d37-11ec-b03c-4728df437afb';
const rslt = await myAnx.reinit(uuid);
expect(rslt).toBeNull();
expect(rslt.exitCode).toBe(0);

const repositoryInfos = await myAnx.getRepositories();
Expand Down

0 comments on commit ea96d54

Please sign in to comment.