Skip to content

Commit 2ab8684

Browse files
add core (#243)
1 parent 59dbaeb commit 2ab8684

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+49480
-43615
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ templates/
66
scripts/
77
.tools/
88
*.test.ts
9+
10+
src/ctrf/core/**
11+
src/__mocks__/**

__tests__/ctrf/report-preparation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Inputs, ReportConditionals } from '../../src/types'
2-
import { Report } from 'ctrf'
2+
import { Report } from '../../src/ctrf/core/types/ctrf'
33
import { addFooterDisplayFlags } from '../../src/ctrf/report-conditionals'
44

55
describe('addFooterDisplayFlags', () => {

__tests__/github/handler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
handleViewsAndComments
99
} from '../../src/github/handler'
1010
import { Inputs } from '../../src/types'
11-
import { Report } from 'ctrf'
11+
import { Report } from '../../src/ctrf/core/types/ctrf'
1212
import * as githubClient from '../../src/client/github'
1313
import { components } from '@octokit/openapi-types'
1414
import Handlebars from 'handlebars'

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)