Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:shouldjs/should.js
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Jan 27, 2017
2 parents 48fac91 + f1f3d5a commit 64ad890
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .zuul.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
ui: mocha-bdd
browsers:
- name: chrome
version: 49..latest
version: 52..latest
- name: ie
version: 9..latest
version: 10..latest
- name: edge
version: 13..latest
- name: firefox
version: 44..latest
version: 48..latest
- name: safari
version: 6..latest
version: 8..latest
2 changes: 1 addition & 1 deletion lib/ext/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

export default function(should, Assertion) {
/**
* Simple chaining. It actually do nothing.
* Simple chaining to improve readability. Does nothing.
*
* @memberOf Assertion
* @name be
Expand Down

0 comments on commit 64ad890

Please sign in to comment.