mirror of
https://github.com/actions/deploy-pages.git
synced 2026-04-01 02:54:52 +00:00
Remove redundant require for global variables
This commit is contained in:
@@ -5,8 +5,6 @@ const path = require('path')
|
|||||||
const nock = require('nock')
|
const nock = require('nock')
|
||||||
const axios = require('axios')
|
const axios = require('axios')
|
||||||
|
|
||||||
const { expect, jest } = require('@jest/globals')
|
|
||||||
|
|
||||||
const { Deployment } = require('./deployment')
|
const { Deployment } = require('./deployment')
|
||||||
|
|
||||||
describe('with all environment variables set', () => {
|
describe('with all environment variables set', () => {
|
||||||
|
|||||||
@@ -2,8 +2,6 @@ const core = require('@actions/core')
|
|||||||
const process = require('process')
|
const process = require('process')
|
||||||
const axios = require('axios')
|
const axios = require('axios')
|
||||||
|
|
||||||
const { expect, jest } = require('@jest/globals')
|
|
||||||
|
|
||||||
const { emitTelemetry } = require('./pre')
|
const { emitTelemetry } = require('./pre')
|
||||||
|
|
||||||
describe('emitTelemetry', () => {
|
describe('emitTelemetry', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user