Skip to content
#

Jest

Jest is a JavaScript testing framework built on top of Jasmine, with a focus on simplicity and support for large web applications.

Here are 12,145 public repositories matching this topic...

tsdx
marciel-truesoft
marciel-truesoft commented Nov 19, 2020

Current Behavior

UMD build doesn't support code-splitting and dynamic imports (rollup/rollup#3490, rollup/rollup#3491) due to Rollup current limitations, and tsdx cli don't accept the format option amd when creating build config

Suggested Solution

Consider support AMD module format, o

kind: feature good first issue problem: stale PR welcome

❄️ A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku

  • Updated Mar 7, 2019
  • JavaScript
Lukas-Kullmann
Lukas-Kullmann commented Mar 3, 2022

Describe the feature you'd like:

As far as I understand it, the toHaveDisplayValue matcher takes some kind of input element and computes the value that the user can see.
However, it does not work properly for range widgets (e.g. <input type="range">, but also elements with role="range" or role="slider").

According to the [standard](https://www.w3.org/TR/wai-aria-1.1/#aria-valu

enhancement good first issue
mdjastrzebski
mdjastrzebski commented May 4, 2022

Describe the Feature

This issue is based on #787 PR. That PR is stale but idea seems worth pursuing.

Currently all queries ignored accessibility ignored the fact that certain element, e.g. screen or modal is present in component tree but not really visible to the user.

This problem largely does not exist in web React world as previous screens are removed from component tree, except modal

help wanted good first issue feature request
Wikipedia
Wikipedia