From 257086f2ce2124ef1e46bb7ee742a1a1a092a588 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Tue, 14 Dec 2021 10:02:31 -0800 Subject: [PATCH] Add mindplot jets tests as part of the pipeline. --- bitbucket-pipelines.yml | 3 +-- packages/web2d/package.json | 1 - yarn.lock | 5 ----- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b75c54eb..dd398496 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -18,8 +18,7 @@ pipelines: script: - yarn install - yarn build - # - yarn lint - - yarn test + - yarn --cwd packages/mindplot test:jest definitions: caches: npm: $HOME/.npm diff --git a/packages/web2d/package.json b/packages/web2d/package.json index 8b58a3f4..48030a54 100644 --- a/packages/web2d/package.json +++ b/packages/web2d/package.json @@ -44,7 +44,6 @@ "eslint-loader": "^4.0.2", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-import": "^2.25.3", - "html-webpack-plugin": "^5.3.2", "nodemon": "^2.0.12", "start-server-and-test": "^1.14.0", "webpack": "^5.44.0", diff --git a/yarn.lock b/yarn.lock index 4793e9fe..8debe04e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9830,11 +9830,6 @@ moment@^2.29.1: resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== -mootools@1.4.5: - version "1.4.5" - resolved "https://registry.yarnpkg.com/mootools/-/mootools-1.4.5.tgz#124ed9dae06f2a7f8b694e178e9e0146d732c314" - integrity sha1-Ek7Z2uBvKn+LaU4Xjp4BRtcywxQ= - move-concurrently@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"