You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The default test script will do the following: lint with ESLint -> type check wi
66
66
67
67
## Project Structure
68
68
69
-
-**`docs`**: contains files used to generate https://vue-test-utils.vuejs.org/ with [GitBook](https://www.gitbook.com/).
69
+
-**`docs`**: contains files used to generate https://vue-test-utils.vuejs.org/ with [VuePress](https://github.com/vuejs/vuepress).
70
70
71
71
-**`flow`**: contains type declarations for [Flow](https://flowtype.org/). These declarations are loaded **globally** and you will see them used in type annotations in normal source code.
72
72
@@ -80,11 +80,11 @@ The default test script will do the following: lint with ESLint -> type check wi
80
80
81
81
-**`dist`**: contains built files for distribution. Note this directory is only updated when a release happens; they do not reflect the latest changes in development branches.
82
82
83
-
-**`create-instance`**: private package that creates an instance and applies mounting options.
83
+
-**`create-instance`**: private package that creates an instance and applies mounting options.
84
84
85
85
-**`shared`**: private package that contains utilities used by the other packzges.
86
86
87
-
-**`scripts`**: contains build-related scripts and configuration files. In most cases you don't need to touch them.
87
+
-**`scripts`**: contains build-related scripts and configuration files. In most cases you don't need to touch them.
88
88
89
89
-**`test`**: contains all tests. The unit tests are written with [Mocha](https://mochajs.org/) and run with [Karma](http://karma-runner.github.io/0.13/index.html) and [mocha-webpack](http://zinserjan.github.io/mocha-webpack/), which compiles the code with webpack before running it in mocha.
0 commit comments