Skip to content

Commit 5f40c78

Browse files
docs(cn): dissolve the conflict (#841)
* docs(cn): update package.json * docs(cn): dissolve the conflict * ci(lint): update eslint config * fix: failed lint * fix: failed lint * fix: failed lint * [autofix.ci] apply automated fixes * docs(cn): update cli-generated --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent a070a33 commit 5f40c78

Some content is hidden

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

72 files changed

+2021
-6381
lines changed

.vitepress/components/FeaturesList.vue

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
<template>
2-
<<<<<<< HEAD
32
<ul class="features-list" dir="auto" flex="~ col gap2 md:gap-3">
4-
=======
5-
<ul
6-
class="features-list"
7-
dir="auto"
8-
flex="~ col gap2 md:gap-3"
9-
>
10-
<ListItem><a target="_blank" href="https://vitejs.dev" rel="noopener noreferrer">Vite</a>'s config, transformers, resolvers, and plugins</ListItem>
11-
<ListItem>Use the same setup from your app to run the tests!</ListItem>
12-
<ListItem>Smart & instant watch mode, like HMR for tests!</ListItem>
13-
<ListItem>Component testing for Vue, React, Svelte, Lit, Marko and more</ListItem>
14-
<ListItem>Out-of-the-box TypeScript / JSX support</ListItem>
15-
<ListItem>ESM first, top level await</ListItem>
16-
<ListItem>Benchmarking support with <a target="_blank" href="https://github.com/tinylibs/tinybench" rel="noopener noreferrer">Tinybench</a></ListItem>
17-
<ListItem>Filtering, timeouts, concurrent for suite and tests</ListItem>
18-
<ListItem><a href="/guide/projects">Projects</a> support</ListItem>
19-
>>>>>>> 63c27c40d2833c42ec624f3076c90acd960fe8f9
203
<ListItem>
214
225
<a target="_blank" href="https://vitejs.dev" rel="noopener noreferrer">Vite</a>
@@ -50,7 +33,8 @@
5033
</ListItem>
5134
<ListItem>
5235
内置
53-
<a target="_blank" href="https://github.com/Aslemammad/tinyspy" rel="noopener noreferrer">Tinyspy</a> 用于对象 Mock
36+
<a target="_blank" href="https://github.com/Aslemammad/tinyspy" rel="noopener noreferrer">Tinyspy</a> 用于对象
37+
Mock
5438
</ListItem>
5539
<ListItem>
5640
使用

0 commit comments

Comments
 (0)