File tree Expand file tree Collapse file tree 3 files changed +221
-195
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +221
-195
lines changed Original file line number Diff line number Diff line change 5050 "@commitlint/cli" : " ^19.3.0" ,
5151 "@commitlint/config-conventional" : " ^19.2.2" ,
5252 "@nuxt/types" : " ^2.17.3" ,
53- "@types/lodash" : " ^4.17.0 " ,
54- "@types/node" : " ^20.12.7 " ,
53+ "@types/lodash" : " ^4.17.1 " ,
54+ "@types/node" : " ^20.12.10 " ,
5555 "@types/qs" : " ^6.9.15" ,
5656 "@typescript-eslint/eslint-plugin" : " ^5.62.0" ,
5757 "@typescript-eslint/parser" : " ^5.62.0" ,
58- "@vitest/coverage-v8" : " ^0.34.6 " ,
58+ "@vitest/coverage-v8" : " ^1.6.0 " ,
5959 "@vue/test-utils" : " ^1.3.6" ,
6060 "axios-mock-adapter" : " ^1.22.0" ,
6161 "eslint" : " ^8.57.0" ,
7070 "nuxt" : " ^2.17.3" ,
7171 "prettier" : " ^2.8.8" ,
7272 "rimraf" : " ^5.0.5" ,
73- "sass" : " ^1.75 .0" ,
73+ "sass" : " ^1.77 .0" ,
7474 "standard-version" : " ^9.5.0" ,
7575 "ts-node" : " ^10.9.2" ,
7676 "typescript" : " ^5.4.5" ,
77- "vite" : " ^5.2.10 " ,
78- "vitest" : " ^0.34.6 " ,
77+ "vite" : " ^5.2.11 " ,
78+ "vitest" : " ^1.6.0 " ,
7979 "vue" : " ^2.7.16"
8080 },
8181 "files" : [
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ exports[`Vue Api Queries > Get errors from vue component 1`] = `
1010 " staticRenderFns" : [],
1111 " template" : "
1212 <div>
13- <input type =\\ "checkbox\\ " name =\\ "t1\\ " class =\\ "foo\\ " v-model =\\ "t1\\ " />
14- <input type =\\ "radio\\ " name =\\ "t2\\ " class =\\ "foo\\ " value =\\ "foo\\ " v-model =\\ "t2\\ "/>
15- <input type =\\ "radio\\ " name =\\ "t2\\ " class =\\ "bar\\ " value =\\ "bar\\ " v-model =\\ "t2\\ "/>
16- <span id =\\ "age\\ ">{{ $errors.first('age') }}</span>
13+ <input type = " checkbox" name = " t1" class = " foo" v-model = " t1" />
14+ <input type = " radio" name = " t2" class = " foo" value = " foo" v-model = " t2" />
15+ <input type = " radio" name = " t2" class = " bar" value = " bar" v-model = " t2" />
16+ <span id = " age" >{ { $errors.first('age ') }} </span >
1717 < / div > " ,
1818}
1919` ;
You can’t perform that action at this time.
0 commit comments