FluffySpoon.JavaScript.Testing.Faking icon indicating copy to clipboard operation
FluffySpoon.JavaScript.Testing.Faking copied to clipboard

An NSubstitute port to TypeScript called substitute.js.

Results 7 FluffySpoon.JavaScript.Testing.Faking issues
Sort by recently updated
recently updated
newest added

This PR is work in progress for getting 2.0 released. Thanks Bitwarden and @notanengineercom for fueling this.

- Add new features to existing documentation - Move to mkdocs (or similar) ?

Hi, Thanks for an amazing lib! It definitely makes work with JavaScript more human-friendly! :) I've bumped into a small difference with NSubstitute behaviour and wondering if maybe I just...

**Describe the bug** I cant use a Substitute mock for code that uses object destructuring + rest **To Reproduce** ```typescript import Substitute from "@fluffy-spoon/substitute"; type Entity = { id: number;...

bug

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.55 to 18.14.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=12.20.55&new-version=18.14.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [ava](https://github.com/avajs/ava) from 4.3.3 to 5.2.0. Release notes Sourced from ava's releases. v5.2.0 What's Changed Infer thrown error from expectations by @​tao-cumplido in avajs/ava#3156 New Contributors @​tao-cumplido made their first...

dependencies
javascript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.5. Release notes Sourced from typescript's releases. TypeScript 4.9.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript