We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532672f commit e891d68Copy full SHA for e891d68
tests/index.spec.ts
@@ -25,7 +25,7 @@ describe('jsLogger', function () {
25
26
it('should support other destinations', async function () {
27
const path = 'avi.log';
28
- const logger = jsLogger({}, { file: { enabled: true, path: 'avi.log' }, console: { enabled: false } });
+ const logger = jsLogger({}, { file: { enabled: true, path }, console: { enabled: false } });
29
30
const waitForFileWritePromise = waitForFileWrite(path);
31
0 commit comments