FluffySpoon.JavaScript.Testing.Faking
FluffySpoon.JavaScript.Testing.Faking copied to clipboard
An NSubstitute port to TypeScript called substitute.js.
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;...
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 [](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...
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...
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...