File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ describe('BaseProxy', () => {
190190 }
191191 } )
192192
193- it ( 'it should find an item by id ' , async ( ) => {
193+ it ( 'it should create a item by post ' , async ( ) => {
194194 const item = { first_name : 'Chantouch' , last_name : 'Sek' , id : 1 }
195195 mockAdapter . onPost ( '/posts' ) . reply ( 201 , { data : item } )
196196 try {
Original file line number Diff line number Diff line change @@ -13833,15 +13833,6 @@ vm-browserify@^1.0.1:
1383313833 resolved "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz"
1383413834 integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
1383513835
13836- "vue-api-queries@file:.":
13837- version "0.1.1"
13838- dependencies:
13839- axios "^0.21.1"
13840- camelcase-keys "^6.2.2"
13841- lodash.merge "^4.6.2"
13842- qs "^6.9.6"
13843- snakecase-keys "^4.0.2"
13844-
1384513836vue-client-only@^2.0.0:
1384613837 version "2.0.0"
1384713838 resolved "https://registry.npmjs.org/vue-client-only/-/vue-client-only-2.0.0.tgz"
You can’t perform that action at this time.
0 commit comments