Skip to content

Commit

Permalink
refactor: fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
ericapisani committed Oct 30, 2023
1 parent 751eb95 commit 55e97b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/utils/snapshots.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ export const normalize = (inputString, { duration, filePath } = {}) => {
.trim()
}

const exports = { normalize }
export default exports
export default { normalize }

0 comments on commit 55e97b6

Please sign in to comment.