lotr-sut/tests/e2e/fixtures/bdd-fixtures.ts
Fellowship Scholar f6a5823439 init commit
2026-03-29 20:07:56 +00:00

6 lines
212 B
TypeScript

/**
* Central export point for BDD step definitions
* Re-exports Given, When, Then, Before, After from the main fixtures file
*/
export { Given, When, Then, Before, After, expect } from '../support/fixtures';