This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch remove-merged-prs
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git.


    from 508fcad  npm: Build and packaging improvements (#568)
     new 3c45af4  Explore Test Automation (#320)
     new fa2b9ba  package: update vue, antd and dependencies

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .babelrc                                           |    7 +
 .travis.yml                                        |    1 +
 babel.config.js                                    |   11 +-
 jest.config.js                                     |   19 +-
 package-lock.json                                  | 1159 ++++++--
 package.json                                       |   36 +-
 src/components/view/ActionButton.vue               |   14 +-
 src/views/compute/MigrateWizard.vue                |    8 +-
 tests/{unit => }/.eslintrc.js                      |    0
 tests/common/index.js                              |   88 +
 .../frame/content.less => tests/mock/mockAxios.js  |   11 +-
 .../exception/403.vue => tests/mock/mockI18n.js    |   21 +-
 tests/mock/mockRouter.js                           |   64 +
 src/utils/axios.js => tests/mock/mockStore.js      |   48 +-
 tests/mockData/ActionButton.mock.json              |   30 +
 tests/mockData/AutogenView.mock.json               |  198 ++
 tests/mockData/MigrateWizard.mock.json             |   24 +
 tests/mockData/Status.mock.json                    |   38 +
 src/core/use.js => tests/setup.js                  |   47 +-
 tests/unit/components/view/ActionButton.spec.js    |  337 +++
 tests/unit/components/widgets/Status.spec.js       |  395 +++
 tests/unit/views/AutogenView.spec.js               | 2939 ++++++++++++++++++++
 tests/unit/views/compute/MigrateWizard.spec.js     |  686 +++++
 23 files changed, 5899 insertions(+), 282 deletions(-)
 create mode 100644 .babelrc
 rename tests/{unit => }/.eslintrc.js (100%)
 create mode 100644 tests/common/index.js
 copy src/style/frame/content.less => tests/mock/mockAxios.js (87%)
 copy src/views/exception/403.vue => tests/mock/mockI18n.js (80%)
 create mode 100644 tests/mock/mockRouter.js
 copy src/utils/axios.js => tests/mock/mockStore.js (60%)
 create mode 100644 tests/mockData/ActionButton.mock.json
 create mode 100644 tests/mockData/AutogenView.mock.json
 create mode 100644 tests/mockData/MigrateWizard.mock.json
 create mode 100644 tests/mockData/Status.mock.json
 copy src/core/use.js => tests/setup.js (64%)
 create mode 100644 tests/unit/components/view/ActionButton.spec.js
 create mode 100644 tests/unit/components/widgets/Status.spec.js
 create mode 100644 tests/unit/views/AutogenView.spec.js
 create mode 100644 tests/unit/views/compute/MigrateWizard.spec.js

Reply via email to