Skip to content

Commit

Permalink
feat: add typechecking functionality (#2107)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
sheremet-va and antfu committed Nov 7, 2022
1 parent 941ba37 commit 7c7f33d
Show file tree
Hide file tree
Showing 55 changed files with 2,155 additions and 175 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/components/FeaturesList.vue
Expand Up @@ -23,6 +23,7 @@
<ListItem><a target="_blank" href="https://github.com/capricorn86/happy-dom" rel="noopener noreferrer">happy-dom</a> or <a target="_blank" href="https://github.com/jsdom/jsdom" rel="noopener noreferrer">jsdom</a> for DOM mocking</ListItem>
<ListItem>Code coverage via <a target="_blank" href="https://github.com/bcoe/c8" rel="noopener noreferrer">c8</a> or <a target="_blank" href="https://istanbul.js.org/" rel="noopener noreferrer">istanbul</a></ListItem>
<ListItem>Rust-like <a href="/guide/in-source">in-source testing</a></ListItem>
<ListItem>Type Testing via <a target="_blank" href="https://github.com/mmkal/expect-type" rel="noopener noreferrer">expect-type</a></ListItem>
</ul>
</template>

Expand Down
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Expand Up @@ -115,6 +115,10 @@ export default defineConfig({
text: 'Features',
link: '/guide/features',
},
{
text: 'Testing Types',
link: '/guide/testing-types',
},
{
text: 'CLI',
link: '/guide/cli',
Expand Down

0 comments on commit 7c7f33d

Please sign in to comment.