We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf42e6 commit f8e19dcCopy full SHA for f8e19dc
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