diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 676053f77124..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 --frozen-lockfile - -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/package.json b/package.json index 7d5fd8531ebb..8227e547c1fd 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "isbinaryfile": "^4.0.0", "istanbul-api": "^2.0.8", "istanbul-lib-coverage": "^2.0.2", - "jasmine-reporters": "^2.2.0", "jest-junit": "^6.2.1", "jest-silent-reporter": "^0.1.2", "jest-snapshot-serializer-raw": "^1.1.0", diff --git a/testSetupFile.js b/testSetupFile.js index afb302db2e0c..ef9ed18680f6 100644 --- a/testSetupFile.js +++ b/testSetupFile.js @@ -5,13 +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); - -if (global.jasmine && process.env.APPVEYOR_API_URL) { - // Running on AppVeyor, add the custom reporter. - jasmine.getEnv().addReporter(new jasmineReporters.AppVeyorReporter()); -} diff --git a/yarn.lock b/yarn.lock index e3583666d7e7..93b6c8ef0001 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7606,14 +7606,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-docblock@^21.0.0: version "21.2.0" resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414" @@ -13553,7 +13545,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=