Skip to content

Commit 6c7870d

Browse files
authored
cleanup (#792)
* cleanup * fix * removed test
1 parent e497be7 commit 6c7870d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+265
-13479
lines changed

.github/workflows/js-checks.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ jobs:
1616
run: npm ci
1717
- name: Lint
1818
run: npm run lint
19-
- name: Test
20-
run: npm run test
2119
- name: Build
2220
run: npm run build

__tests__/validateCodeSnippets.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,3 @@ function validateCodeSnippets(directoryPath: string): void {
195195
}
196196
});
197197
}
198-
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/cosmwasm");
203-
});

components/ContractInfo.tsx

Lines changed: 0 additions & 73 deletions
This file was deleted.

components/CosmWasmExecute.tsx

Lines changed: 0 additions & 174 deletions
This file was deleted.

components/CosmWasmQuery.tsx

Lines changed: 0 additions & 98 deletions
This file was deleted.

components/CosmosNetworkSelector.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)