mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Add contrib docs based on context changes and move qs to util dir
This commit is contained in:
@@ -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', () => {
|
||||
Reference in New Issue
Block a user