Skip to content

Commit

Permalink
added necessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
karengc27 committed Nov 14, 2024
1 parent dd3ecef commit 457198c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ describe('API', async () => {
if (additionalProperties) { // All bets are off
return;
}
// CHAT GPT generated code
const ignoredProperties = ['isEnglish', 'translatedContent'];
function validateSchema(schema, data) {
Object.keys(data).forEach((key) => {
Expand Down

0 comments on commit 457198c

Please sign in to comment.