Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add expect syntax by wrapping assert syntax #3627

Closed
wants to merge 14 commits into from

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    53b22cb View commit details
    Browse the repository at this point in the history
  2. lint: deno fmt

    Sorikairox committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2b5a4ab View commit details
    Browse the repository at this point in the history
  3. chore: copyright

    Sorikairox committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    67fe8b1 View commit details
    Browse the repository at this point in the history
  4. lint: spellcheck

    Sorikairox committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d41a2d4 View commit details
    Browse the repository at this point in the history
  5. chore: update license

    Sorikairox committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7699bb3 View commit details
    Browse the repository at this point in the history
  6. feat: many matchers

    to__strict_equal.ts
    to_be.ts
    to_be_defined.ts
    to_be_greater.ts
    to_be_greater_or_equal.ts
    to_be_instance_of.ts
    to_be_less.ts
    to_be_less_or_equal.ts
    to_be_nan.ts
    to_be_null.ts
    to_be_undefined.ts
    to_equal.ts
    to_equal_test.ts
    to_match.ts
    to_match_object.ts
    to_throw.ts
    Sorikairox committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f102e8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa3595f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79413e7 View commit details
    Browse the repository at this point in the history
  9. lint: deno fmt

    Sorikairox committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fe388ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2973776 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f44ead6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Update to_be_falsy.ts

    Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
    Sorikairox and kt3k committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    431f8c1 View commit details
    Browse the repository at this point in the history
  2. Update to_be_close_to.ts

    Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
    Sorikairox and kt3k committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e17e41a View commit details
    Browse the repository at this point in the history
  3. Update to_be_truthy.ts

    Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
    Sorikairox and kt3k committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    afc61a0 View commit details
    Browse the repository at this point in the history