diff --git a/tests/dummy/app/components/data-test-component.js b/tests/dummy/app/components/data-test-component.js new file mode 100644 index 00000000..33257dcc --- /dev/null +++ b/tests/dummy/app/components/data-test-component.js @@ -0,0 +1,7 @@ +import Ember from 'ember'; + +export default Ember.Component.extend({ + // we're explicitly setting attributeBindings here to test that + // we are correctly slice()ing the frozen array if it exists already + attributeBindings: [], +});