Skip to content

Commit

Permalink
remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Jun 12, 2024
1 parent 90d6720 commit 955b8dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 33 deletions.
6 changes: 6 additions & 0 deletions e2e/cypress/tests/19-api-v3/01-api-directory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ describe('API Directory', () => {
},
}
expect(JSON.stringify(body)).to.be.equal(JSON.stringify(match))
expect(JSON.stringify(body.contacts)).to.be.equal(
JSON.stringify(match.contacts)
)
expect(JSON.stringify(body.resources)).to.be.equal(
JSON.stringify(match.resources)
)
})
}
)
Expand Down
33 changes: 0 additions & 33 deletions src/controllers/v3/t.js

This file was deleted.

0 comments on commit 955b8dc

Please sign in to comment.