test(*): Add basic BDD tests

This commit is contained in:
Josh Creek
2025-04-24 08:15:24 +01:00
parent fa69411829
commit a7c1d60db8
17 changed files with 1722 additions and 41 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
default: `--require-module ts-node/register --import ./steps/**/*.ts --import ./support/**/*.ts --publish-quiet`
};