lab icon indicating copy to clipboard operation
lab copied to clipboard

Node test utility

Results 13 lab issues
Sort by recently updated
recently updated
newest added

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): yes #### Context * *node version*: 16.7.0 *...

support

#### Support plan * *is this issue currently blocking your project?* (yes/no): yeah, kind of * *is this issue affecting a production system?* (yes/no): nah #### Context * *node version*:...

feature

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: 14 *...

feature

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: 14+ *...

feature

#### Context * *node version*: N/A * *module version*: latest #### What are you trying to achieve or the steps to reproduce ? The Linting section will be outdated once...

documentation
help wanted

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: N/A *...

feature

This helps when debugging error messages if they´re too long.

feature

#### What problem are you trying to solve? Track any leaking open file descriptors. Currently this is done in `inert` [through a platform-specific hack](https://github.com/hapijs/inert/blob/87f85b9730b318b9a18221a08259b7f22d31a2ac/test/file.js#L1464-L1491). #### Do you have a new...

feature

This adds [`noUncheckedIndexedAccess: true`](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) and [`exactOptionalPropertyTypes: true`](https://www.typescriptlang.org/tsconfig#exactOptionalPropertyTypes) to the type checking config. This helps ensure that the defined typings can work for projects like [reported here](https://github.com/hapijs/joi/issues/2943), which use these stricter...

feature
breaking changes

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): yes #### Context * *node version*: v18.x *...

support