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

Standardize filenames in packages/jest circus #7301

Merged
merged 15 commits into from
Oct 31, 2018
Merged

Standardize filenames in packages/jest circus #7301

merged 15 commits into from
Oct 31, 2018

Commits on Oct 30, 2018

  1. Configuration menu
    Copy the full SHA
    0f94fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d46d28 View commit details
    Browse the repository at this point in the history
  3. Rename format_node_assert_errors -> formatNodeAssertErrors

    - File, Function & Imports renamed
    - `export default (...` changed to
      `const formatNodeAssertErrors = (...` with
      `export default formatNodeAssertErrors` at end of file
    andrew-pyle committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    cc217c2 View commit details
    Browse the repository at this point in the history
  4. Rename test_utils & runTest -> testUtils

    - Rename file, function, imports, mocks, & tests
    andrew-pyle committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    ad5215d View commit details
    Browse the repository at this point in the history
  5. Rename after_all.test.js -> afterAll.test.js

    - Rename file only
    andrew-pyle committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    f9bdfa4 View commit details
    Browse the repository at this point in the history
  6. Rename after_all.test.js.snap -> afterAll.test.js.snap

    - Forgot snapshot when renaming afterAll.test.js
    - Rename snapshot to match test filename
    andrew-pyle committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    ac45b24 View commit details
    Browse the repository at this point in the history
  7. Rename base_test.test.js -> baseTest.test.js

    - Rename file & snap
    andrew-pyle committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    f29df33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ca16cd View commit details
    Browse the repository at this point in the history
  9. Rename circus_todo_test_error.test.js -> CircusItTodoTestError.test.js

    - Added "it" to name to match CircusItTestError.test.js
    - Rename file
    andrew-pyle committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    0fd8f8a View commit details
    Browse the repository at this point in the history
  10. Rename hooks_error.test.js -> hooksError.test.js

    - Rename file
    andrew-pyle committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    58adc99 View commit details
    Browse the repository at this point in the history
  11. Rename legacy_code_todo_rewrite -> legacy-code-todo-rewrite

    - Directory names should use dashes
    andrew-pyle committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    e823460 View commit details
    Browse the repository at this point in the history
  12. Add CHANGELOG.md entry

    andrew-pyle committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    5e4e1cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    266150a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    59b6356 View commit details
    Browse the repository at this point in the history
  15. Rename files in legacy-code-todo-rewrite/

    - jest_adapter.js      -> jestAdapter.js
    - jest_adapter_init.js -> jestAdapterInit.js
    - jest_expect.js       -> jestExpect.js
    - Fixed imports within directory and in runner.js
    andrew-pyle committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    c826900 View commit details
    Browse the repository at this point in the history