Skip to content

Commit 6155805

Browse files
committed
Merge branch 'master' of github.com-chantouchsek:chantouchsek/vue-api-queries into feat/remove-endpoint-from-methods
2 parents 4fe20c0 + c13855e commit 6155805

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

src/__tests__/base-proxy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

yarn.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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-
1384513836
vue-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"

0 commit comments

Comments
 (0)