We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Each condition deletes parent action what calls nikita:session:resolved hook of the root action.
nikita:session:resolved
Run test on engine-conditions branch :
git checkout engine-conditions cd packages/core npx mocha test/actions/log/cli.coffee
1) actions.log.cli session events when resolved with conditions (local): AssertionError: expected Array [ 'localhost ♥\n', 'localhost ♥\n', 'localhost ♥\n', 'localhost ✘\n', 'localhost ♥\n', 'localhost ✘\n', 'localhost h1 : h2 ✔\n', 'localhost h1 ✔\n', 'localhost ♥\n' ] to equal Array [ 'localhost h1 ✔\n', 'localhost ♥\n' ]
The text was updated successfully, but these errors were encountered:
wdavidw
No branches or pull requests
Each condition deletes parent action what calls
nikita:session:resolved
hook of the root action.To reproduce
Run test on engine-conditions branch :
Error:
The text was updated successfully, but these errors were encountered: