Skip to content

Commit 9734c73

Browse files
committed
remove valid snippets
1 parent ae4018e commit 9734c73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

__tests__/validateCodeSnippets.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,5 @@ function validateCodeSnippets(directoryPath: string): void {
199199
describe("Validate code snippets", () => {
200200
// We only validate code snippets in the API reference.
201201
// However, we exclude Aptos for now because it's annoying (and doesn't seem worth it).
202-
validateCodeSnippets("./pages/price-feeds/api-reference/evm");
203202
validateCodeSnippets("./pages/price-feeds/api-reference/cosmwasm");
204203
});

0 commit comments

Comments
 (0)