Skip to content

Commit

Permalink
docs: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispcampbell committed Dec 2, 2024
1 parent 83f7544 commit 0eb8e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugin-check/template-tests/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ export async function getConfigOptions(
// - once with single input at its minimum
// - once with single input at its maximum
const baseComparisonSpecs = createBaseComparisonSpecs(bundleL, bundleR)

// Also include custom scenarios defined in the `comparisons/*.yaml` files
const comparisonSpecs = [baseComparisonSpecs, ...yamlComparisonSpecFiles]

comparisonOptions = {
Expand Down

0 comments on commit 0eb8e76

Please sign in to comment.