Skip to content

Commit 0753b26

Browse files
committed
chore: linter files
1 parent 065966b commit 0753b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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__')

0 commit comments

Comments
 (0)