mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
Add pre-condition check for completeness.
This commit is contained in:
@@ -129,6 +129,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
test('outer & inner props conflict', function() {
|
||||
host.$.templatizer.go();
|
||||
assert.ok(childA);
|
||||
assert.equal(childA.conflict, 'bar');
|
||||
host.set('outerInnerConflict.prop', 'foo');
|
||||
assert.equal(childA.conflict, 'bar');
|
||||
});
|
||||
@@ -244,6 +245,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
test('outer & inner props conflict', function() {
|
||||
host.$.templatizer.go();
|
||||
assert.ok(childA);
|
||||
assert.equal(childA.conflict, 'bar');
|
||||
host.set('outerInnerConflict.prop', 'foo');
|
||||
assert.equal(childA.conflict, 'bar');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user