We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0b25b commit 5c36210Copy full SHA for 5c36210
packages/contentstack-auth/test/integration/auth.test.ts
@@ -66,7 +66,7 @@ describe('contentstack-auth plugin test', () => {
66
67
describe('Check auth:login command with --username, --password flags and wrong credentials', function() {
68
69
- it.skip'Login should fail due to wrong credentials (flags)', async () => {
+ it.skip('Login should fail due to wrong credentials (flags)', async () => {
70
sandbox.stub(authHandler, 'login').rejects(new Error('Invalid credentials'));
71
72
try {
0 commit comments