Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
cr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Jan 9, 2014
1 parent 32a2729 commit 2166ae4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,10 @@ suite('PolymerExpressions', function() {
}).then(function() {
assert.equal('baz', div.childNodes[1].getAttribute('foo'));

model.myArray = ['hello', 'world'];
}).then(function() {
assert.equal('hello', div.childNodes[1].getAttribute('foo'));

done();
});
});
Expand Down

0 comments on commit 2166ae4

Please sign in to comment.