Skip to content

Commit

Permalink
fix(core): recognise specs as a potential requirements hierarchy root
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Feb 1, 2024
1 parent 6abb338 commit d95d850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/spec/io/RequirementsHierarchy.spec.ts
Expand Up @@ -19,6 +19,7 @@ describe('RequirementsHierarchy', () => {

given([
`features`,
`specs`,
`spec`,
`tests`,
`test`,
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/io/RequirementsHierarchy.ts
Expand Up @@ -9,6 +9,7 @@ export class RequirementsHierarchy {

private static readonly specDirectoryCandidates = [
`features`,
`specs`,
`spec`,
`tests`,
`test`,
Expand Down

0 comments on commit d95d850

Please sign in to comment.