From 6cccf874c3fd9f21cebb3e5daa895fdd4e87e2e7 Mon Sep 17 00:00:00 2001 From: ResuBaka Date: Tue, 3 Sep 2019 08:08:42 +0200 Subject: [PATCH 1/2] Fixed tests in themes folder --- test/unit/jest.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/jest.conf.js b/test/unit/jest.conf.js index 644a93ffda..d1fefd7ec8 100644 --- a/test/unit/jest.conf.js +++ b/test/unit/jest.conf.js @@ -10,7 +10,7 @@ module.exports = { ], testMatch: [ '/src/modules/**/test/unit/**/*.spec.(js|ts)', - `/node_modules/${config.theme}/**/*.spec.(js|ts)`, + `/src/themes/**/*.spec.(js|ts)`, '/core/**/test/unit/**/*.spec.(js|ts)' ], transform: { From 593fa0f0320bb97682316d66dd1842444c5a73a7 Mon Sep 17 00:00:00 2001 From: ResuBaka Date: Tue, 3 Sep 2019 08:18:15 +0200 Subject: [PATCH 2/2] updated CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65bfd48df4..a198ec3d51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `order.order_id` was not assigned in the `orders.directBackendSync` mode - @pkarw (#3398) - Hydration problems with UrlDispatcher :rocket: - @patzick (#3412) - if condition of quoteId from the `_serverDeleteItem` method on core/modules/cart/store/action.ts - @AshishSuhane (#3415) +- changed the theme test path so test in theme are going to work - @resubaka (#3455) ## [1.10.0] - 2019.08.10 @@ -712,4 +713,4 @@ Please keep an eye on the **[UPGRADE NOTES](https://github.com/DivanteLtd/vue-st ## [0.2.0-alpha.0] - 2017-11-15 ### Fixed -- Lazy loaded blocks size fixed \ No newline at end of file +- Lazy loaded blocks size fixed