Skip to content

Commit 8d7526c

Browse files
committed
add new test plugin to list of plugins to skip
1 parent 8cc49ca commit 8d7526c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const __dirname = path.dirname(__filename)
1111

1212
// Built-in plugin names shipped with the scanner.
1313
// Used to skip duplicates when loading custom plugins.
14-
const BUILT_IN_PLUGINS = ['reflow-scan']
14+
const BUILT_IN_PLUGINS = ['reflow-scan', 'test-js-file-plugin-load']
1515

1616
export const plugins: Plugin[] = []
1717
// Required for unit tests.

0 commit comments

Comments
 (0)