chore: remove remaining references to AppVeyor (#45339)
This commit is contained in:
parent
7bde100a1a
commit
4512b2b5c4
11 changed files with 5 additions and 407 deletions
|
@ -21,7 +21,7 @@ function isTestingBindingAvailable () {
|
|||
// This test depends on functions that are only available when DCHECK_IS_ON.
|
||||
ifdescribe(isTestingBindingAvailable())('logging', () => {
|
||||
it('does not log by default', async () => {
|
||||
// ELECTRON_ENABLE_LOGGING is turned on in the appveyor config.
|
||||
// ELECTRON_ENABLE_LOGGING might be set in the environment, so remove it
|
||||
const { ELECTRON_ENABLE_LOGGING: _, ...envWithoutEnableLogging } = process.env;
|
||||
const rc = await startRemoteControlApp([], { env: envWithoutEnableLogging });
|
||||
const stderrComplete = new Promise<string>(resolve => {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
"@electron-ci/external-ab": "file:./fixtures/native-addon/external-ab/",
|
||||
"@electron/fuses": "^1.8.0",
|
||||
"@electron/packager": "^18.3.2",
|
||||
"@marshallofsound/mocha-appveyor-reporter": "^0.4.3",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"@types/ws": "^7.2.0",
|
||||
"basic-auth": "^2.0.1",
|
||||
|
|
|
@ -144,13 +144,6 @@
|
|||
semver "^7.3.5"
|
||||
tar "^6.1.11"
|
||||
|
||||
"@marshallofsound/mocha-appveyor-reporter@^0.4.3":
|
||||
version "0.4.3"
|
||||
resolved "https://registry.yarnpkg.com/@marshallofsound/mocha-appveyor-reporter/-/mocha-appveyor-reporter-0.4.3.tgz#a9225224391a90e3c6bb48415d5015de895a7114"
|
||||
integrity sha512-uKMY+VTNWQRcMr9P7ErRqi0TKAC6oceFs2Y6MDdXqDNxOU4AQYQ6WNrH8LuCQFeV9Y/vMU7wFJvD7oQeWsQzWQ==
|
||||
dependencies:
|
||||
got "^11.8.6"
|
||||
|
||||
"@nornagon/put@0.0.8":
|
||||
version "0.0.8"
|
||||
resolved "https://registry.yarnpkg.com/@nornagon/put/-/put-0.0.8.tgz#9d497ec46c9364acc3f8b59aa3cf8ee4134ae337"
|
||||
|
@ -1361,7 +1354,7 @@ gopd@^1.0.1:
|
|||
dependencies:
|
||||
get-intrinsic "^1.1.3"
|
||||
|
||||
got@^11.8.5, got@^11.8.6:
|
||||
got@^11.8.5:
|
||||
version "11.8.6"
|
||||
resolved "https://registry.yarnpkg.com/got/-/got-11.8.6.tgz#276e827ead8772eddbcfc97170590b841823233a"
|
||||
integrity sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue