https://github.com/aaronrenner/live_view_textarea_test_helper_bug
https://github.com/aaronrenner/live_view_textarea_test_helper_bug
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronrenner/live_view_textarea_test_helper_bug
- Owner: aaronrenner
- Created: 2020-07-22T18:59:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T07:20:35.000Z (over 3 years ago)
- Last Synced: 2025-02-10T10:21:29.192Z (over 1 year ago)
- Language: Elixir
- Size: 1.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyApp
This app recreates an issue with LiveView's test helpers where each time
`render_change` is called, it prepends an additional newline to the beginning of
a textarea's value.
To run the tests and see the failure:
```elixir
$ mix deps.get
$ mix test
```