Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Add commonjs unit testing unit tests #50

Merged
merged 22 commits into from
Oct 13, 2017
Merged

Add commonjs unit testing unit tests #50

merged 22 commits into from
Oct 13, 2017

Commits on Oct 2, 2017

  1. Add commonjs unit testing unit tests

    Jake Champion committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    d40471c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Fix linting issues

    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    4289d50 View commit details
    Browse the repository at this point in the history
  2. Fix deepequal '' ['']

    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    ce9af46 View commit details
    Browse the repository at this point in the history
  3. Fix: deepqual false, {}

    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    7feee48 View commit details
    Browse the repository at this point in the history
  4. ignore vscode settings folder

    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    2cc9d70 View commit details
    Browse the repository at this point in the history
  5. allow __proto__ and more complex function

    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    c27f580 View commit details
    Browse the repository at this point in the history
  6. switch to newer commonjs assert tests

    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    9c80794 View commit details
    Browse the repository at this point in the history
  7. Update our tests to take into account the behavior of assert native m…

    …odule
    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    a67f0cb View commit details
    Browse the repository at this point in the history
  8. Exit early if only one object is an argument object

    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    350f520 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a489d80 View commit details
    Browse the repository at this point in the history
  10. Exit early if an object is a primitive and not the exatc same object …

    …referance as the other object
    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    e935e5c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    601839e View commit details
    Browse the repository at this point in the history
  12. Throw original error from called function if should throw flag is set…

    … to true
    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    6927e40 View commit details
    Browse the repository at this point in the history
  13. throw original errors for proclaim.throws if the expected error does …

    …not match the actual error
    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    281b6c2 View commit details
    Browse the repository at this point in the history
  14. explicitly state that we do not want to throw original errors for pro…

    …claim.doesNotThrow
    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    9535b56 View commit details
    Browse the repository at this point in the history
  15. increase max functiona complexity

    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    4e83025 View commit details
    Browse the repository at this point in the history
  16. Enable a function to be passed to proclaim.throws and proclaim.doesNo…

    …tThrow to be used to assert whether the actual error is expected
    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    d113209 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    37a93a1 View commit details
    Browse the repository at this point in the history
  18. Add deepStrictEqual and notDeepStrictEqual methods

    Jake Champion committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    a860520 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6639b9e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Update README.md

    JakeChampion committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    835ab90 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    JakeChampion committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    adc8450 View commit details
    Browse the repository at this point in the history