Skip to content
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

Upgrade dependencies #943

Merged
merged 16 commits into from
Apr 20, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove only from meta-forms test
  • Loading branch information
dereklieu committed Apr 19, 2016
commit 2b84e83c3f622d8313f1be874ceb1b1ee3026c56
2 changes: 1 addition & 1 deletion test/spec/views/meta-forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('Metadata form elements', function() {
expect(textarea.getValue()).to.equal('bar');
});

it.only('does not endlessly escape text areas', function() {
it('does not endlessly escape text areas', function() {
var value = '\<script\>alert("hi");\</script\>';
data.field.value = '';
data.id = 'xss';
Expand Down