-
Updated
Sep 9, 2021 - JavaScript
jest
Here are 8,894 public repositories matching this topic...
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Sep 16, 2021 - JavaScript
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
-
Updated
Jul 23, 2021 - TypeScript
-
Updated
Sep 17, 2021 - TypeScript
-
Updated
May 6, 2021 - JavaScript
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Sep 1, 2021 - JavaScript
Socket support
Hi,
Excellent boilerplate! How about adding support for sockets in this to make a more complete boilerplate?
Also instructions on deployment using Docker/native would be very helpful.
Thanks.
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
I was working on something using the <details />
element and was looking to test whether the inner text was visible or not. What I found out while looking through the code/tests for toBeVisible() is that:
- The inner text needs to be inside another element. e.g.
<details>
<summary>Title</summary>
<div>Explanation text</div>
</details>
- This is necessary becaus
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Sep 4, 2021 - Vue
-
Updated
Jul 3, 2021
-
Updated
Sep 16, 2021 - TypeScript
-
Updated
Sep 1, 2021 - TypeScript
In v6, queries could be passed string precision options so that they performed fuzzier text matching or normalized text differently (see https://www.native-testing-library.com/docs/next/api-queries#precision). These options are not available in v7. v6's behavior matches that of dom-testing-library so it is probably worth
-
Updated
Sep 17, 2021 - Java
-
Updated
Sep 1, 2021 - JavaScript
Date API Proposal
Feature Request
Description:
API for Date matchers. Some matchers are inspired by Jasmine Matchers.
Possible solution:
Jasmine-like matchers:
expect(date).toBeDate(); // Matcher added
expect(date).toBeValidDate(); // Matcher added
expect(date).toBeAfter(otherDate); // Matcher added
expect(date).toBeBefore(otherDa
Improve this page
Add a description, image, and links to the jest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jest topic, visit your repo's landing page and select "manage topics."
https://github.com/jaretburkett/electron-icon-maker