Add contrib docs based on context changes and move qs to util dir

This commit is contained in:
John Mitchell
2019-04-11 11:58:15 -04:00
parent abc3733449
commit e36320174c
4 changed files with 48 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { encodeQueryString, parseQueryString } from '../src/qs';
import { encodeQueryString, parseQueryString } from '../../src/util/qs';
describe('qs (qs.js)', () => {
test('encodeQueryString returns the expected queryString', () => {