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

Under "Writing Tests / HTML Tests", you explain that to use Mocha, one must import the `runTests` function and run the tests in that. Link to page: https://modern-web.dev/docs/test-runner/writing-tests/html-tests/ Under "Test...

Probably can be picked up simultaneously with https://github.com/modernweb-dev/web/issues/111 Perhaps we can add a feature where you can start typing characters, and the list of files in the terminal on focus...

enhancement

## What I did 1. Added a test case when referencing a `tsconfig.json` in the `esbuildPlugin` that uses extends to extend from a base `tsconfig.json` 2. Added a possible implementation...

When using native css modules in rollup, the polyfills loader will try to add a preload link for them, e.g.: ``, should be preloaded as script instead

See issue #1334 for context. This removes the requirement that the devserver see the appIndex relative path at the beginning of the url path in order for the devserver to...

If you use arrow functions, you cannot use mocha features like `timeout` and `skip`. The docs make it clear that they're not recommended: https://mochajs.org/#arrow-functions Also the docs make it clear...

If you use arrow functions, you cannot use mocha features like `timeout` and `skip`. The docs make it clear that they're not recommended: https://mochajs.org/#arrow-functions Also the docs make it clear...

## What I did Add support for test files that do not use a `describe` block (aka "flat") to the junit-reporter. A file like this would now be included in...

Bumps [rollup](https://github.com/rollup/rollup) from 4.34.2 to 4.34.3. Release notes Sourced from rollup's releases. v4.34.3 4.34.3 2025-02-05 Bug Fixes Ensure properties of "this" are included in getters (#5831) Pull Requests #5831: include...

dependencies

Fixes https://github.com/modernweb-dev/web/issues/2810 ## What I did 1. Add support for nested TestSuites 2. Print TestSuite names (including root) 3. Print log when test file has no test defined 4. Add...