1. 17 Mar, 2020 1 commit
    • Zack Cuddy's avatar
      Geo Replication - Refactor action_spec · fc1e6f72
      Zack Cuddy authored
      Currently this unit test was behaving
      simlar to an integration test by
      testing the axios calls.
      
      Instead we decided it made more sense
      to test the axios calls in the api file
      and then just mock the function
      calls in the action spec.
      
      This MR converst the axios mock to ee/api
      method mocks.
      fc1e6f72
  2. 16 Mar, 2020 39 commits