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(rules): no-standalone-expect #350

Merged
merged 34 commits into from Jul 26, 2019
Merged

Commits on Jul 22, 2019

  1. This probably doesn't work

    Rachel Fisher committed Jul 22, 2019
    Copy the full SHA
    ad187e2 View commit details
    Browse the repository at this point in the history
  2. please commit

    Rachel Fisher committed Jul 22, 2019
    Copy the full SHA
    91561bd View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Fixed lint errors

    Rachel Fisher committed Jul 24, 2019
    Copy the full SHA
    8f9be1c View commit details
    Browse the repository at this point in the history
  2. Increased number of rules

    Rachel Fisher committed Jul 24, 2019
    Copy the full SHA
    5bc1a4d View commit details
    Browse the repository at this point in the history
  3. Added export to isExpectCall so I could use it in my rule

    Rachel Fisher committed Jul 24, 2019
    Copy the full SHA
    ba1b60f View commit details
    Browse the repository at this point in the history
  4. Merged master

    Rachel Fisher committed Jul 24, 2019
    Copy the full SHA
    7a5429f View commit details
    Browse the repository at this point in the history
  5. Added another test

    Rachel Fisher committed Jul 24, 2019
    Copy the full SHA
    a40edf7 View commit details
    Browse the repository at this point in the history
  6. Added Docs

    Rachel Fisher committed Jul 24, 2019
    Copy the full SHA
    0b68d60 View commit details
    Browse the repository at this point in the history
  7. Resolving PR comments

    Rachel Fisher committed Jul 24, 2019
    Copy the full SHA
    f5d7fce View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e2f0f5a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. fix: added some more typescript, removed sourcetype etc

    Rachel Fisher committed Jul 25, 2019
    Copy the full SHA
    557e9a7 View commit details
    Browse the repository at this point in the history
  2. chore: merge master

    Rachel Fisher committed Jul 25, 2019
    Copy the full SHA
    334beb7 View commit details
    Browse the repository at this point in the history
  3. fix: couple more trivial edits

    Rachel Fisher committed Jul 25, 2019
    Copy the full SHA
    306b0ef View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into woo

    SimenB committed Jul 25, 2019
    Copy the full SHA
    3c39ae4 View commit details
    Browse the repository at this point in the history
  5. chore: fix lint

    SimenB committed Jul 25, 2019
    Copy the full SHA
    70d3a06 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8aec8c2 View commit details
    Browse the repository at this point in the history
  7. chore: add rule to readme

    SimenB committed Jul 25, 2019
    Copy the full SHA
    7db9a6f View commit details
    Browse the repository at this point in the history
  8. fix: added more tests

    Rachel Fisher committed Jul 25, 2019
    Copy the full SHA
    9656d90 View commit details
    Browse the repository at this point in the history
  9. chore: merged

    Rachel Fisher committed Jul 25, 2019
    Copy the full SHA
    d24f4af View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    a6f6253 View commit details
    Browse the repository at this point in the history
  11. fix: added error for block statemnet with not parent

    Rachel Fisher committed Jul 25, 2019
    Copy the full SHA
    0a693de View commit details
    Browse the repository at this point in the history
  12. chore: added another test case

    Rachel Fisher committed Jul 25, 2019
    Copy the full SHA
    0ef09d8 View commit details
    Browse the repository at this point in the history
  13. fix: fixed the bug for arrowfunctionsgit statusgit status

    Rachel Fisher committed Jul 25, 2019
    Copy the full SHA
    ff3e800 View commit details
    Browse the repository at this point in the history
  14. fix: added type for callexpression exit

    Rachel Fisher committed Jul 25, 2019
    Copy the full SHA
    9278be4 View commit details
    Browse the repository at this point in the history
  15. chore: tighten type

    SimenB committed Jul 25, 2019
    Copy the full SHA
    1f4a838 View commit details
    Browse the repository at this point in the history
  16. chore: return null over false

    SimenB committed Jul 25, 2019
    Copy the full SHA
    91b9f2f View commit details
    Browse the repository at this point in the history
  17. fix: false -> null, removed extra return

    Rachel Fisher committed Jul 25, 2019
    Copy the full SHA
    0fd6c7e View commit details
    Browse the repository at this point in the history
  18. chore: merge master

    Rachel Fisher committed Jul 25, 2019
    Copy the full SHA
    f2990ba View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. fix: it.each now works

    Rachel Fisher committed Jul 26, 2019
    Copy the full SHA
    a6ab052 View commit details
    Browse the repository at this point in the history
  2. fix: made sure describe.each also works

    Rachel Fisher committed Jul 26, 2019
    Copy the full SHA
    e9b48ba View commit details
    Browse the repository at this point in the history
  3. chore: fix type error

    SimenB committed Jul 26, 2019
    Copy the full SHA
    e8fa3e2 View commit details
    Browse the repository at this point in the history
  4. chore: add failing test

    SimenB committed Jul 26, 2019
    Copy the full SHA
    6231ed2 View commit details
    Browse the repository at this point in the history
  5. fix: added functionality for tagged template expressions

    Rachel Fisher committed Jul 26, 2019
    Copy the full SHA
    00ec789 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e662eed View commit details
    Browse the repository at this point in the history