Commits
main
Name already in use
Commits on Oct 25, 2022
Commits on Jun 14, 2022
-
Merge pull request testdouble#490 from alexlafroscia/add-types-for-no…
…denext Add `types` export condition
-
For a TypeScript project that has `moduleResolution: "nodenext"` set, TypeScript won't respect the existance of an `index.d.ts` when providing type definitions for a module. Explicitly adding the `"types"` condition in the export definition, as supported by TypeScript 4.7 and later, resolves this problem.
Commits on Apr 19, 2022
Commits on Apr 17, 2022
-
Merge pull request testdouble#481 from johnbotris/promise-stubber-the…
…n-return Add `thenReturn` to `PromiseStubber` type declaration
Commits on Mar 1, 2022
-
-
To ensure that `PromiseStubber.thenReturn` will compile
-
Add
thenReturn
toPromiseStubber
type declarationThis allows you to stub an async function with a sequence of promises that may either resolve or reject
Commits on Dec 31, 2021
Commits on Oct 31, 2021
-
on preversion, don't run tests locally (there are cases where Chrome …
…isn't available locally and I need to cut a release)
-
-
Commits on Aug 27, 2021
-
-
ensure that failed cloneArgs will trigger error when the feature is c…
…onfigured for when & verify. Also make sure td.explain works and warns
-
Commits on Aug 23, 2021
Commits on Jun 3, 2021
-
Merge pull request testdouble#466 from alexlafroscia/qunit-plugin-doc…
…s-update docs: fix link to `testdouble-qunit` plugin
Commits on Jun 2, 2021
Commits on Jun 1, 2021
-
-
-
Merge pull request testdouble#464 from rene-leanix/patch-1
Provide module namespace
-
Providing a namespace for the module as a whole allows to simplify defining a global instance of `td`. See [this comment](testdouble#441 (comment)).
Commits on May 17, 2021
-
Merge pull request testdouble#462 from testdouble/update-master-refer…
…ences master -> main
Commits on May 11, 2021
Commits on Nov 24, 2020
-
Merge pull request testdouble#458 from conradbeach/ckb/fix-typo
Fix Typo in Replacing Dependencies Docs
-