Skip to content

Commit

Permalink
Update README.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
yunks128 authored May 15, 2024
1 parent 6913310 commit 6db047f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/guides/software-lifecycle/continuous-testing/README.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import codeblock from '@codeday/topo/Atom/CodeBlock';
import preCommitConfig from '!!raw-loader!./pre-commit-config.yaml';
import CodeBlock from '@theme/CodeBlock';
import PreCommitConfigSource from '!!raw-loader!./.pre-commit-config.yml';

---
toc_min_heading_level: 2
Expand Down Expand Up @@ -347,9 +347,7 @@ 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 metaString="yaml" hideCopy={true} hideHeader={true}>
{preCommitConfig}
</codeblock>
<CodeBlock language="yaml">{PreCommitConfigSource}</CodeBlock>

#### 3.2 Component Test Automation

Expand Down

0 comments on commit 6db047f

Please sign in to comment.