Skip to content

Commit

Permalink
Update src/utils/config/__tests__/transform-configs.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Adhitya Mamallan <adi1998is@gmail.com>
  • Loading branch information
Assem-Uber and adhityamamallan authored Jan 20, 2025
1 parent 546fc8a commit 17864ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/config/__tests__/transform-configs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ describe('getTransformedConfigs', () => {
} satisfies LoadedConfigs<typeof configs>);
});

// should throw an error if the resolved value does not match the schema
it('should throw an error if the resolved value does not match the schema', async () => {
const configs = {
config3: {
Expand Down

0 comments on commit 17864ec

Please sign in to comment.