From 39e84202408bddfbb957f131033d01821b3de0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sun, 20 Jan 2019 17:50:34 +0100 Subject: [PATCH 1/3] chore: goodbye AppVeyor, it was a good ride --- appveyor.yml | 31 ------------------------------- testSetupFile.js | 5 ----- 2 files changed, 36 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 2c9d0ccebbd9..000000000000 --- a/appveyor.yml +++ /dev/null @@ -1,31 +0,0 @@ -environment: - matrix: - - nodejs_version: '10' - -init: - # debugging Appveyor build. More info: - # https://www.appveyor.com/docs/how-to/rdp-to-build-worker/ - - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - - git config --global core.symlinks true - -install: - - ps: Install-Product node $env:nodejs_version x64 - - node --version - - yarn - -cache: - - node_modules - - .eslintcache - - "%LOCALAPPDATA%\\Yarn" - -test_script: - - yarn jest --color - -# Don't actually build. -build: off - -notifications: - - provider: Email - on_build_success: false - on_build_failure: false - on_build_status_changed: false diff --git a/testSetupFile.js b/testSetupFile.js index afb302db2e0c..ed1dca948ca7 100644 --- a/testSetupFile.js +++ b/testSetupFile.js @@ -10,8 +10,3 @@ const jasmineReporters = require('jasmine-reporters'); // Some of the `jest-runtime` tests are very slow and cause // timeouts on travis jest.setTimeout(70000); - -if (global.jasmine && process.env.APPVEYOR_API_URL) { - // Running on AppVeyor, add the custom reporter. - jasmine.getEnv().addReporter(new jasmineReporters.AppVeyorReporter()); -} From 11bbbc8dbd1159cb6443eee3f8cb284c17d95b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sun, 20 Jan 2019 17:53:07 +0100 Subject: [PATCH 2/3] remove badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dc2a8a3e87e6..27b85e7d209a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ CircleCI Build Status Azure Pipelines Build Status Travis Build Status - Windows Build Status Codecov badge npm version SemVer @@ -22,7 +21,7 @@ Known Vulnerabilities

- Follow on Twitter + Follow on Twitter

**👩🏻‍💻 Developer Ready**: Complete and ready to set-up JavaScript testing solution. Works out of the box for any React project. From 6ff89bb736d6f775175de8d43a5a7fe231055254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sun, 20 Jan 2019 17:57:03 +0100 Subject: [PATCH 3/3] remove jasmine-reporters --- package.json | 1 - testSetupFile.js | 2 -- yarn.lock | 10 +--------- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/package.json b/package.json index a48f4a4093d0..4f5f76f96d01 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "isbinaryfile": "^3.0.3", "istanbul-api": "^2.0.8", "istanbul-lib-coverage": "^2.0.2", - "jasmine-reporters": "^2.2.0", "jest-junit": "^6.0.1", "jest-silent-reporter": "^0.1.1", "jest-snapshot-serializer-raw": "^1.1.0", diff --git a/testSetupFile.js b/testSetupFile.js index ed1dca948ca7..ef9ed18680f6 100644 --- a/testSetupFile.js +++ b/testSetupFile.js @@ -5,8 +5,6 @@ * LICENSE file in the root directory of this source tree. */ -const jasmineReporters = require('jasmine-reporters'); - // Some of the `jest-runtime` tests are very slow and cause // timeouts on travis jest.setTimeout(70000); diff --git a/yarn.lock b/yarn.lock index f372a24a1a22..1c07adc62c02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7304,14 +7304,6 @@ iterall@^1.2.2: resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7" integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA== -jasmine-reporters@^2.2.0: - version "2.3.2" - resolved "https://registry.yarnpkg.com/jasmine-reporters/-/jasmine-reporters-2.3.2.tgz#898818ffc234eb8b3f635d693de4586f95548d43" - integrity sha512-u/7AT9SkuZsUfFBLLzbErohTGNsEUCKaQbsVYnLFW1gEuL2DzmBL4n8v90uZsqIqlWvWUgian8J6yOt5Fyk/+A== - dependencies: - mkdirp "^0.5.1" - xmldom "^0.1.22" - jest-config@^23.6.0: version "23.6.0" resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-23.6.0.tgz#f82546a90ade2d8c7026fbf6ac5207fc22f8eb1d" @@ -13393,7 +13385,7 @@ xmldoc@^0.4.0: dependencies: sax "~1.1.1" -xmldom@0.1.x, xmldom@^0.1.22: +xmldom@0.1.x: version "0.1.27" resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9" integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk=