Skip to content

Commit

Permalink
Added test todo
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisupshall committed Jan 15, 2024
1 parent d62dc2f commit 98ce012
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/src/repositories/code-repository.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,8 @@ describe('CodeRepository', () => {
expect(result).to.be.eql([mockRow]);
});
});

describe('getFeaturePropertyByName', () => {
// @TODO
})

Check warning on line 77 in api/src/repositories/code-repository.test.ts

View workflow job for this annotation

GitHub Actions / Running Linter and Formatter

Insert `;`
});

0 comments on commit 98ce012

Please sign in to comment.