Skip to content

Commit

Permalink
audit, lint, format
Browse files Browse the repository at this point in the history
  • Loading branch information
bethanyj28 committed Feb 22, 2024
1 parent 81d5e48 commit b956d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/artifact/__tests__/download-artifact.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ const createTestArchive = async (): Promise<void> => {
const expectExtractedArchive = async (dir: string): Promise<void> => {
for (const file of fixtures.exampleArtifact.files) {
const filePath = path.join(dir, file.path)
console.log('Checking file:', filePath)
expect(fs.readFileSync(filePath, 'utf8')).toEqual(file.content)
}
}
Expand Down

0 comments on commit b956d8a

Please sign in to comment.