-
Notifications
You must be signed in to change notification settings - Fork 15
handle multiple values for a GET parameter as p=1&p=2 instead of p=1,2 #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
80a9d22
abe949d
52ee68d
26762b0
4c9c5c1
8de897e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ | |
| "devDependencies": { | ||
| "backbone": "1.2.1", | ||
| "chai": "^3.0.0", | ||
| "karma": "^0.12.36", | ||
| "karma": "^0.13.9", | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you do these updates separately please?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was motivated by karma failing to properly load the webpack module when running npm install && npm run-script test on a fresh checkout, which is a bug mentioned elsewhere that's fixed by upgrading karma.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I removed the sinon change and the tests still pass on travis. Sorry for all the noise on this small PR.
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All good. Thanks for pointing it out :)
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be fixed now. |
||
| "karma-chrome-launcher": "^0.1.12", | ||
| "karma-cli": "0.0.4", | ||
| "karma-firefox-launcher": "^0.1.6", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be necessary now. If it's only for testing, let's do that in the tests file.