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 e88d8df commit fb4846cCopy full SHA for fb4846c
__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