We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4018e commit 9734c73Copy full SHA for 9734c73
__tests__/validateCodeSnippets.ts
@@ -199,6 +199,5 @@ function validateCodeSnippets(directoryPath: string): void {
199
describe("Validate code snippets", () => {
200
// We only validate code snippets in the API reference.
201
// However, we exclude Aptos for now because it's annoying (and doesn't seem worth it).
202
- validateCodeSnippets("./pages/price-feeds/api-reference/evm");
203
validateCodeSnippets("./pages/price-feeds/api-reference/cosmwasm");
204
});
0 commit comments