Approvals.NodeJS icon indicating copy to clipboard operation
Approvals.NodeJS copied to clipboard

Approval Tests implementation in NodeJS

Results 51 Approvals.NodeJS issues
Sort by recently updated
recently updated
newest added

Bumps [file-type](https://github.com/sindresorhus/file-type) from 4.4.0 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.21.0. Changelog Sourced from browserslist's changelog. Change Log This project adheres to Semantic Versioning. 4.21 IE 11 was added to dead and removed from defaults...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I'm on v3.0.5 and approvals keeps failing for line ending differences. I've done a byte by byte comparison and confirmed it's just a difference of line endings. The reporter does...

Updates a bunch of dependencies that are old or unnecessary. Removes `msee` to get rid of some of the CVEs it brings in.

I receive this error when I follow the mocha example. I have made a PR to solve the problem, but I believe the source of the issue is approvals\lib\Providers\BeforeEachVerifierBase.js It's...

Is it possible to publish also the declaration file for module 'approvals' (.d.ts) => npm install @types/approvals` => yarn add @types/approvals

When `errorOnStaleApprovedFiles` is set to true, and the code finds stale approvals, it exits in a way that leaves the process exit code at `0`. |library|version| |--|--| |`node`|14.5| |`mocha`|6.2.2| |`approvals`|3.0.5|...

## Description Closes #125 ## The solution - explicitly set `process.exitCode` in the `postRunCleanup` method - no tests impacted

## Description Perhaps I misunderstanding something in the readme, because I feel like most should be running into this (it's a bug on the latest release): when the `options` in...