https://github.com/patocallaghan/array-proxy-init-bug
https://github.com/patocallaghan/array-proxy-init-bug
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patocallaghan/array-proxy-init-bug
- Owner: patocallaghan
- Created: 2018-05-17T15:48:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T16:00:48.000Z (over 7 years ago)
- Last Synced: 2025-01-27T17:54:08.014Z (11 months ago)
- Language: JavaScript
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# array-proxy-init-bug
Reproduction of [ISSUE TO COME] using the latest ember-source beta. Failing test is in the [tests/unit/utils/array-proxy-test.js](https://github.com/patocallaghan/array-proxy-init-bug/blob/master/tests/unit/utils/array-proxy-test.js)
Online ember-twiddle using 2.18.2 [here](https://ember-twiddle.com/b789f346f021c0ce484deb838d9f3a38?fileTreeShown=false&openFiles=tests.unit.controllers.my-random-test.js%2C)
Steps
* `yarn`
* `ember test --filter='ArrayProxy'`