You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test('throws error retrieve logs of an activation',()=>{
is reporting an error when executing - I'm unsure what this test is doing to offer a fix.
To Reproduce
> ./node_modules/.bin/jest --clearCache && npm run test -- -i test/commands/runtime/activation/logs.test.js
> @adobe/aio-cli-plugin-runtime@1.3.0 test /Users/rabbah/projects/aio-cli-plugin-runtime
> npm run unit-tests "-i" "test/commands/runtime/activation/logs.test.js"
> @adobe/aio-cli-plugin-runtime@1.3.0 unit-tests /Users/rabbah/projects/aio-cli-plugin-runtime
> jest --ci "test/commands/runtime/activation/logs.test.js"
(node:73864) UnhandledPromiseRejectionWarning: Error: failed to retrieve logs for activation: Async error
specify --verbose flag for more information
(node:73864) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:73864) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
PASS test/commands/runtime/activation/logs.test.js
○ skipped exports
○ skipped description
○ skipped aliases
○ skipped args
○ skipped flags
instance methods
run
✓ throws error retrieve logs of an activation (12ms)
Expected behavior
The test should pass without throwing any exceptions.
Additional context
On git log -1 119ca32353921aa56963a56cbbedcfe8b597e72e
The text was updated successfully, but these errors were encountered:
Describe the bug
this test:
aio-cli-plugin-runtime/test/commands/runtime/activation/logs.test.js
Line 95 in d22673f
is reporting an error when executing - I'm unsure what this test is doing to offer a fix.
To Reproduce
Expected behavior
The test should pass without throwing any exceptions.
Additional context
On git log -1
119ca32353921aa56963a56cbbedcfe8b597e72e
The text was updated successfully, but these errors were encountered: