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 Mar 3, 2021

  1. Merge pull request #5 from jakubriedl/patch-1

    Update readme link to point to right place in Jest docs
    searls committed Mar 3, 2021
    Copy the full SHA
    76451b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Update readme link to point to right place in Jest docs

    `setupTestFrameworkScriptFile` was deprecated in favor of `setupFilesAfterEnv`, so updating readme to reflect that as current link points to place in the docs
    jakubriedl committed Mar 2, 2021
    Copy the full SHA
    cb6b266 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

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

    Fix Typo in README
    searls committed Oct 13, 2020
    Copy the full SHA
    1889778 View commit details
    Browse the repository at this point in the history
  2. docs: Fix typo in README

    I'm fairly certain the word should be "returns" instead of "retruns".
    conradbeach committed Oct 13, 2020
    Copy the full SHA
    5fd5fb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Merge pull request #3 from primarilysnark/patch-1

    Update README with minimum required Jest version.
    searls committed Nov 26, 2018
    Copy the full SHA
    6674319 View commit details
    Browse the repository at this point in the history
  2. Update README with minimum required Jest version.

    Joshua Starkey committed Nov 26, 2018
    Copy the full SHA
    da7cfb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. 2.0.0

    searls committed Mar 24, 2018
    Copy the full SHA
    e7ecc75 View commit details
    Browse the repository at this point in the history
  2. Specify required version

    searls committed Mar 24, 2018
    Copy the full SHA
    31ac975 View commit details
    Browse the repository at this point in the history
  3. Fix #2

    searls committed Mar 24, 2018
    Copy the full SHA
    b3e5a5d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Update README.md

    searls committed Feb 11, 2018
    Copy the full SHA
    25aa8ce View commit details
    Browse the repository at this point in the history
  2. Update README.md

    searls committed Feb 11, 2018
    Copy the full SHA
    49317bc View commit details
    Browse the repository at this point in the history
  3. typo

    searls committed Feb 11, 2018
    Copy the full SHA
    94cfb43 View commit details
    Browse the repository at this point in the history
  4. 1.0.1

    searls committed Feb 11, 2018
    Copy the full SHA
    b3b7701 View commit details
    Browse the repository at this point in the history
  5. Rewrite readme

    searls committed Feb 11, 2018
    Copy the full SHA
    d8529d5 View commit details
    Browse the repository at this point in the history
  6. Add a helper

    searls committed Feb 11, 2018
    Copy the full SHA
    8fcf4c6 View commit details
    Browse the repository at this point in the history
  7. Tack on a couple methods to allow resolution by td

    (If td itself tries to call `jest.require…()` it will get the relative
    path wrong and fail)
    
    Update example tests to verify td.replace
    searls committed Feb 11, 2018
    Copy the full SHA
    f2f01dd View commit details
    Browse the repository at this point in the history
  8. Revert "try splitting implementation but i think this"

    This reverts commit 56e482394324ba7e25ef053a75555be6b051088d.
    searls committed Feb 11, 2018
    Copy the full SHA
    009b299 View commit details
    Browse the repository at this point in the history
  9. try splitting implementation but i think this

    won't work
    searls committed Feb 11, 2018
    Copy the full SHA
    fd154df View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Update README.md

    searls committed Feb 10, 2018
    Copy the full SHA
    d07d421 View commit details
    Browse the repository at this point in the history
  2. docs

    searls committed Feb 10, 2018
    Copy the full SHA
    e49d465 View commit details
    Browse the repository at this point in the history
  3. initial commit

    searls committed Feb 10, 2018
    Copy the full SHA
    ea7fa3d View commit details
    Browse the repository at this point in the history