web icon indicating copy to clipboard operation
web copied to clipboard

Guides, tools and libraries for modern web development.

Results 360 web issues
Sort by recently updated
recently updated
newest added

I am updating the documentation for CoverageConfig, and I realized the "report" option (boolean) does not seem to do anything. Setting coverageConfig.report to false did not stop any reports from...

## What I did 1. In test-runner-coverage-v8 index.ts v8ToIstanbul, it now ignores V8Coverage entry.url that are not valid URLs. I did not use URL.canParse because @web/root has engines node: >=18.0.0....

The link in the README for joining discord is currently a 404. I haven't been able to find it by searching the website or inside discord.

## What I did 1. Added pinging mechanism over the web sockets to prevent unexpected connection closure after ~60s (with websocket error `1006`) when testing on BrowserStack (Safari). I couldn't...

I am maintaining some legacy code that uses lodash templating. When code coverage gets calculated, the following error is thrown repeatedly: ``` TypeError: Invalid URL at new URL (node:internal/url:775:36) at...

Searching through issues can be tricky because there is no usage of labels. It would be helpful if issues could be marked with a package label, f.e. - `test-runner` -...

### Given: - `src/index.spec.ts` ```js describe('a test suite', () => { it('should pass', () => { expect(true).toBeTrue(); }); it('should fail', () => { expect(true).toBeFalse(); }); describe('an inner test suite', ()...

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.21.1. Release notes Sourced from express's releases. 4.21.1 What's Changed Backport a fix for CVE-2024-47764 to the 4.x branch by @​joshbuker in expressjs/express#6029 Release: 4.21.1...

dependencies

The plugin currently doesn't support: - custom resolvers (it just resolves the path with node `path` tool) - external configuration (everything is considered as internal and bundled) That PR implements...

## What I did 1. Add test cases for the troublesome test results, see #2772