Skip to content

Commit 6376ad0

Browse files
committed
chore: linter files
1 parent 065966b commit 6376ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/cli/workflows.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const inquirer = require('inquirer').default
22
const knexInit = require('knex')
33
const { simplifyObject } = require('@ulisesgascon/simplify-object')
44
const { getConfig } = require('../../src/config')
5-
const { runWorkflowCommand, listWorkflowCommand, } = require('../../src/cli')
5+
const { runWorkflowCommand, listWorkflowCommand } = require('../../src/cli')
66
const { resetDatabase, getAllProjects, getAllGithubOrgs, addGithubOrg, addProject, getAllGithubRepos, addGithubRepo } = require('../../__utils__')
77
const { github } = require('../../src/providers')
88
const { sampleGithubOrg, sampleGithubListOrgRepos, sampleGithubRepository } = require('../../__fixtures__')

__tests__/providers.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('OSSF Provider', () => {
4545
})
4646
describe('mappers', () => {
4747
it('Should map scorecard data correctly', () => {
48-
const mappedData = ossf.mappers.result({...sampleOSSFScorecardResult, analysis_execution_time: 19876})
48+
const mappedData = ossf.mappers.result({ ...sampleOSSFScorecardResult, analysis_execution_time: 19876 })
4949
expect(mappedData).toMatchSnapshot()
5050
})
5151
})

0 commit comments

Comments
 (0)