spiegel-keyman/common/web/keyboard-processor/tests/dom
Eberhard Beilharz 6e41faec52
change(web): use different output directory for tests
Put production module and test modules in different output subdirectories.
This addresses code review comments.
2024-07-22 19:31:42 +02:00
..
cases change(web): remove support for es5 2024-07-04 20:49:30 +02:00
readme.md feat(common/web): 'sandboxed' keyboard loading for DOM 2023-02-17 11:23:22 +07:00
web-test-runner.CI.config.mjs chore(web): adds reporting details for CI-failing test section 2024-05-15 14:41:35 +07:00
web-test-runner.config.mjs change(web): use different output directory for tests 2024-07-22 19:31:42 +02:00

Automated tests in this subfolder and its children are designed to facilitate simple, browser-independent unit tests that are DOM-reliant.

Tests for anything that may reasonably vary depending upon the browser used to run the code should go under the "integrated" folder instead.