Skip to content

Commits

Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 25, 2022

  1. Improve replace typings

    asdftd committed Oct 25, 2022
    Copy the full SHA
    07fdfbc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. 3.16.6

    searls committed Jun 14, 2022
    Copy the full SHA
    de7afa0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request testdouble#490 from alexlafroscia/add-types-for-no…

    …denext
    
    Add `types` export condition
    searls committed Jun 14, 2022
    Copy the full SHA
    4caf56f View commit details
    Browse the repository at this point in the history
  3. 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.
    alexlafroscia committed Jun 14, 2022
    Copy the full SHA
    51416b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. fix changelog

    searls committed Apr 19, 2022
    Copy the full SHA
    c408bc9 View commit details
    Browse the repository at this point in the history
  2. 3.16.5

    searls committed Apr 19, 2022
    Copy the full SHA
    809b955 View commit details
    Browse the repository at this point in the history
  3. 3.16.4

    searls committed Apr 19, 2022
    Copy the full SHA
    86b7a14 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Merge pull request testdouble#481 from johnbotris/promise-stubber-the…

    …n-return
    
    Add `thenReturn` to `PromiseStubber` type declaration
    searls committed Apr 17, 2022
    Copy the full SHA
    62b1884 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. fix codestyle

    johnbotris committed Mar 1, 2022
    Copy the full SHA
    81af4df View commit details
    Browse the repository at this point in the history
  2. update tests

    To ensure that `PromiseStubber.thenReturn` will compile
    johnbotris committed Mar 1, 2022
    Copy the full SHA
    26ddd94 View commit details
    Browse the repository at this point in the history
  3. Add thenReturn to PromiseStubber type declaration

    This allows you to stub an async function with a sequence of
    promises that may either resolve or reject
    johnbotris committed Mar 1, 2022
    Copy the full SHA
    bfb2d99 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. 3.16.4

    searls committed Dec 31, 2021
    Copy the full SHA
    a6ee719 View commit details
    Browse the repository at this point in the history
  2. drop node 10 support

    searls committed Dec 31, 2021
    Copy the full SHA
    e321f80 View commit details
    Browse the repository at this point in the history
  3. update quibble

    searls committed Dec 31, 2021
    Copy the full SHA
    4cf6fd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. 3.16.3

    searls committed Oct 31, 2021
    Copy the full SHA
    a611746 View commit details
    Browse the repository at this point in the history
  2. on preversion, don't run tests locally (there are cases where Chrome …

    …isn't available locally and I need to cut a release)
    searls committed Oct 31, 2021
    Copy the full SHA
    88fadfd View commit details
    Browse the repository at this point in the history
  3. update lockfile

    searls committed Oct 31, 2021
    Copy the full SHA
    a20c92d View commit details
    Browse the repository at this point in the history
  4. Fixes testdouble#474

    searls committed Oct 31, 2021
    Copy the full SHA
    df9ccd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. fix changelog

    searls committed Aug 27, 2021
    Copy the full SHA
    7e0dc89 View commit details
    Browse the repository at this point in the history
  2. 3.16.2

    searls committed Aug 27, 2021
    Copy the full SHA
    e321c7e View commit details
    Browse the repository at this point in the history
  3. 3.16.1

    searls committed Aug 27, 2021
    Copy the full SHA
    47252b9 View commit details
    Browse the repository at this point in the history
  4. ensure that failed cloneArgs will trigger error when the feature is c…

    …onfigured for when & verify. Also make sure td.explain works and warns
    searls committed Aug 27, 2021
    Copy the full SHA
    d47201c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fb85f7c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. update release instructions

    searls committed Aug 23, 2021
    Copy the full SHA
    226d09e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Merge pull request testdouble#466 from alexlafroscia/qunit-plugin-doc…

    …s-update
    
    docs: fix link to `testdouble-qunit` plugin
    searls committed Jun 3, 2021
    Copy the full SHA
    14de73c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Copy the full SHA
    570579f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Acknowledge xUnit Patterns

    searls committed Jun 1, 2021
    Copy the full SHA
    564df35 View commit details
    Browse the repository at this point in the history
  2. Remove dead badge

    searls committed Jun 1, 2021
    Copy the full SHA
    2f169b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request testdouble#464 from rene-leanix/patch-1

    Provide module namespace
    searls committed Jun 1, 2021
    Copy the full SHA
    394aaab View commit details
    Browse the repository at this point in the history
  4. 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)).
    rene-leanix committed Jun 1, 2021
    Copy the full SHA
    ef94513 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Merge pull request testdouble#462 from testdouble/update-master-refer…

    …ences
    
    master -> main
    searls committed May 17, 2021
    Copy the full SHA
    75b4172 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Copy the full SHA
    eb0f750 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    45cbf4c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Merge pull request testdouble#458 from conradbeach/ckb/fix-typo

    Fix Typo in Replacing Dependencies Docs
    searls committed Nov 24, 2020
    Copy the full SHA
    65d7023 View commit details
    Browse the repository at this point in the history
  2. fix: Fix typo

    conradbeach committed Nov 24, 2020
    Copy the full SHA
    5322137 View commit details
    Browse the repository at this point in the history
Older