We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b547792 commit 297a277Copy full SHA for 297a277
1 file changed
packages/contentstack-audit/test/unit/commands/index.test.ts
@@ -10,7 +10,7 @@ describe('Audit command', () => {
10
filename!: string;
11
} as FileTransportInstance;
12
13
- describe('Audit run method', () => {
+ describe('Audit run method:', () => {
14
fancy
15
.stdout({ print: process.env.PRINT === 'true' || false })
16
.stub(winston.transports, 'File', () => fsTransport)
0 commit comments