Skip to content

Commit 8cc49ca

Browse files
Update .github/actions/find/src/pluginManager/index.ts
Co-authored-by: Lindsey Wild <35239154+lindseywild@users.noreply.github.com>
1 parent 7d90426 commit 8cc49ca

File tree

1 file changed

+1
-3
lines changed
  • .github/actions/find/src/pluginManager

1 file changed

+1
-3
lines changed

.github/actions/find/src/pluginManager/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ const __dirname = path.dirname(__filename)
1414
const BUILT_IN_PLUGINS = ['reflow-scan']
1515

1616
export const plugins: Plugin[] = []
17-
// - for unit tests.
18-
// - I (Abdul) am hesitant about exporting the plugins
19-
// variable directly because it introduces coupling.
17+
// Required for unit tests.
2018
export function getPlugins() {
2119
return plugins
2220
}

0 commit comments

Comments
 (0)