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

[RNMobile] Refactor react-native-editor initialization test #37955

Merged
merged 9 commits into from
Jan 24, 2022

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    e8d809f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Remove commented line code

    fluiddot committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    ae0aa9f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    b1964b5 View commit details
    Browse the repository at this point in the history
  2. Remove jest-console package import

    Due to this package removal the tests related to initialization have been refactored to cover the same logic.
    fluiddot committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4e08331 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Merge branch 'trunk' into rnmobile/update/editor-initialization-tests

    # Conflicts:
    #	packages/react-native-editor/src/test/index.test.js
    fluiddot committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    78f61bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    493e054 View commit details
    Browse the repository at this point in the history
  3. Update register gutenberg tests

    `initGutenberg` function now returns the Editor component instead of rendering the editor.
    fluiddot committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c89ed9d View commit details
    Browse the repository at this point in the history
  4. Update initialize editor test case

    Now the initialize editor case renders the actual Editor component including the example initial html.
    fluiddot committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d24cd67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f43de21 View commit details
    Browse the repository at this point in the history