Small utility for serialising JS objects to query strings for use in URLs

jasmine.json 192B

123456789101112
  1. {
  2. "spec_dir": "spec",
  3. "spec_files": [
  4. "js-query-string-spec.js",
  5. "js-query-error-spec.js"
  6. ],
  7. "helpers": [
  8. ],
  9. "stopSpecOnExpectationFailure": false,
  10. "random": false
  11. }