vue-api-query
Advanced tools
Comparing version
{ | ||
"name": "vue-api-query", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"description": "💎 Elegant and simple way to build requests for REST API", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -31,5 +31,5 @@ import qs from 'qs' | ||
test('filters, include, append and orderBy are optionals', () => { | ||
const post = Post.first() | ||
const post = Post.whereIn('foo', []) | ||
const query = '' | ||
const query = encodeURI('?filter[foo]=') | ||
@@ -36,0 +36,0 @@ expect(post._builder.query()).toEqual(query) |
191309
0.02%