From b7aaf7d99564e08bce9b052065e9ca55d2413eb5 Mon Sep 17 00:00:00 2001 From: Mohit Tejani Date: Mon, 15 Jan 2024 20:18:55 +0530 Subject: [PATCH] revert test file changes --- cucumber.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cucumber.js b/cucumber.js index bc2d30986..1d1eddb39 100644 --- a/cucumber.js +++ b/cucumber.js @@ -1,6 +1,6 @@ module.exports = { default: [ - 'test/specs/features/subscribe/event-engine/*.feature', + 'test/specs/features/**/*.feature', '--require test/contract/setup.js', '--require test/contract/definitions/**/*.ts', '--require test/contract/shared/**/*.ts', @@ -9,4 +9,4 @@ module.exports = { // '--format @cucumber/pretty-formatter', '--publish-quiet', ].join(' '), -}; +}; \ No newline at end of file