Skip to content

Commit f816895

Browse files
committed
test: import Report type from models
1 parent 5498f97 commit f816895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__tests__/main.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { ArtifactClient } from '@actions/artifact'
22
import core from '@actions/core'
33
import github from '@actions/github'
44
import { jest } from '@jest/globals'
5+
import type { Report } from '@code-pushup/models'
56
import type { components } from '@octokit/openapi-types'
67
import type { RestEndpointMethodTypes } from '@octokit/plugin-rest-endpoint-methods'
78
import {

0 commit comments

Comments
 (0)