Skip to content

Commit d8bddf9

Browse files
lmiller1990edimitchelamirrustam
authored
docs: component testing framework docs (#3883)
* wip: component testing framework docs * add guides on next.js with webpack 4 and 5 * add more details about nextjs * docs: add info about Vue CLI * docs: Vue 3 * docs: document Nuxt * docs for Vite * Update content/guides/component-testing/framework-specific-guides.md Co-authored-by: Michel EDIGHOFFER <[email protected]> * update title of page * fix tests * docs: add example projects * add file location as comment: * fix: alert box formatting * fix: spelling and typos * fix: npm install dev dep cli arg * formatting: wrap note in alert box * fix: npm install dev dep cli arg * formatting: add note for vue cli dep * formatting: make pwa caveat a warning alert * fix: npm install dev dep cli arg * formatting: wrap next dep note in info box * formatting: making nextjs caveat an warning alert * fix: grammar * fix: npm install arg * formatting: wrap nuxt dep note in info alert box Co-authored-by: Michel EDIGHOFFER <[email protected]> Co-authored-by: Amir Rustamzadeh <[email protected]>
1 parent bb06888 commit d8bddf9

File tree

3 files changed

+420
-1
lines changed

3 files changed

+420
-1
lines changed

content/_data/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"web-security": "Web Security",
7171
"references": "References",
7272
"component-testing": "Component Testing",
73+
"framework-configuration": "Framework Configuration",
7374
"configuration": "Configuration",
7475
"experiments": "Experiments",
7576
"proxy-configuration": "Proxy Configuration",

content/_data/sidebar.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"aws-codebuild": "aws-codebuild.html"
6363
},
6464
"component-testing": {
65-
"component-testing-introduction": "introduction.html"
65+
"component-testing-introduction": "introduction.html",
66+
"framework-configuration": "framework-configuration.html"
6667
},
6768
"tooling": {
6869
"IDE-integration": "IDE-integration.html",

0 commit comments

Comments
 (0)