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
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
expect(konsola.error).toHaveBeenCalledWith('You are currently not logged in. Please run storyblok login to authenticate, or storyblok signup to sign up.',null,{
145
+
header: true,
146
+
});
163
147
});
164
148
165
149
it('should throw an error if the space is not provided',async()=>{
@@ -172,7 +156,9 @@ describe('pull', () => {
172
156
constmockError=newCommandError(`Please provide the space as argument --space YOUR_SPACE_ID.`);
0 commit comments