Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Dec 4, 2023
1 parent 3efe29e commit f037971
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ import * as main from '../src/main'
// // Mock the action's main function
const runMock = jest.spyOn(main, 'run')

// // Other utilities
// const timeRegex = /^\d{2}:\d{2}:\d{2}/

// // Mock the GitHub Actions core library
// let debugMock: jest.SpyInstance
let errorMock: jest.SpyInstance
let getInputMock: jest.SpyInstance
let addPathMock: jest.SpyInstance
Expand Down

0 comments on commit f037971

Please sign in to comment.