Skip to content

Commit

Permalink
Update and rename README.mdx to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yunks128 authored May 22, 2024
1 parent 1dcb21e commit e200c3a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!--
import CodeBlock from '@theme/CodeBlock';
import PreCommitConfigSource from '!!raw-loader!./.pre-commit-config.yaml';


---
-->

# Continuous Testing

Expand Down Expand Up @@ -344,8 +343,9 @@ Our recommendation is to automate as many of your tests as possible. For tests t

#### 3.1 Static Test Automation
We recommend setting up a static test using `.pre-commit-config.yaml`. A working example is [here](.pre-commit-config.yaml).

<!--
<CodeBlock language="yaml">{PreCommitConfigSource}</CodeBlock>
-->

#### 3.2 Component Test Automation

Expand Down

0 comments on commit e200c3a

Please sign in to comment.