Andrew Kirwin
Andrew Kirwin
+1 for this. I know I can use `triggerKeyEvent('button', 'keydown', 13)` and `triggerEvent('form', 'submit')`, but I specifically need to test that pressing enter when a text field is focused will...
Closing, as aria support is better in 16x Please re-open if you find anything else
I’ll set up a test repo. It could well be me doing something wrong.
Here is a [test repo](https://github.com/amk221/-ember-test-helpers-codemod/blob/master/tests/acceptance/application-test.js#L8). If the codemod is run against it, it will insert `await`, where there was intentionally no `await` to begin with. [Related discord conversation](https://discordapp.com/channels/480462759797063690/480523424121356298/596614496236339202) (from July...
Are you saying it’s not possible to fix? It’s a very annoying bug... consider a large app with a big team of varying ember experience... The ‘old’ (or less desirable)...
I think so! Tbh I'm surprised nobody else has mention this before :D
Thanks, yes that does fix it It it instead output ``` Parsing error: This experimental syntax requires enabling one of the following parser plugin(s): "jsx", "flow", "typescript". (1:0) ``` I...
There's some more context in this thread [Compatibility with broccoli-asset-rev functionality (asset fingerprinting, assetMap.json manifest](https://github.com/embroider-build/embroider/issues/755)
Thanks. The problem (for me, and presumably @veelci) is... The output of a classic app is: ``` dist/ ├─ assets/ │ ├─ app-123456.js │ ├─ my-asset-654321.svg ├─ translations/ │ ├─...
Hi 👋 Is there anything I can do to help move this along? Or, even just to get confirmation that my issue is legit? I'm sure more and more people...