Skip to content

Commit

Permalink
Update changelog with PositionDescriptor assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesshore committed Apr 14, 2020
1 parent 97a272f commit 2cd6039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ description to be done

*New methods:*

(to be fleshed out/cleaned up)

* (all descriptors) .should.equal()
* (all descriptors) .should.notEqual()
* PositionDescriptor.should.beAbove(), beBelow(), beLeftOf(), beRightOf()*

*Other changes:*

Expand Down
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

* (DONE) .should.equal()
* (DONE) .should.notEqual()
* PositionDescriptor assertions
* (DONE) PositionDescriptor assertions
* .should.beLargerThan()
* .should.beSmallerThan()
* (DONE) Update nickname generation
Expand All @@ -45,7 +45,7 @@
* (DONE) .should.beRightOf()
* (DONE) .should.beLeftOf()
* (DONE) API
* CHANGELOG
* (DONE) CHANGELOG


## Dogfooding Notes
Expand Down

0 comments on commit 2cd6039

Please sign in to comment.