6 lines
212 B
TypeScript
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';
|