Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Update test for utils.getPrototypeChain
Browse files Browse the repository at this point in the history
  • Loading branch information
shvaikalesh committed Feb 3, 2016
1 parent 95904ef commit bef58ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/spec/utils_spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ define [
it 'should get prototype chain of instance', ->
object = new D
expect(utils.getPrototypeChain object).to.eql [
Object.prototype,
A.prototype,
B.prototype,
C.prototype,
Expand Down

0 comments on commit bef58ab

Please sign in to comment.