Choices/test
terminalchai 848393233d test(e2e): add input width tests for select-one and select-multiple
- Add setWidth=true for select-one in _onInput (removes the SelectOne
  exclusion so both types now update width consistently on input)
- Update the corresponding unit test to reflect new behaviour
- Add two HTML test fixtures to both select-one and select-multiple
  test pages: input-width-placeholder (CJK placeholder) and
  input-width-typing (for typing width verification)
- Add describe('Input width') blocks to select-one.spec.ts and
  select-multiple.spec.ts covering:
  * CJK placeholder sets minWidth in ch units
  * Typing English 'f' sets style.width to '2ch'
  * Typing CJK '中' sets style.width to a valid ch value

Closes testing gap for the DOM-based setWidth implementation
2026-03-11 00:26:29 +05:30
..
scripts test(e2e): add input width tests for select-one and select-multiple 2026-03-11 00:26:29 +05:30
setupFiles Mock window.matchMedia for tests 2024-08-07 22:55:21 +08:00
tsconfig.json Update tests to permit newer target versions (main source tree still targets ES5) 2024-08-26 01:15:04 +08:00