fix(tests): let -> const
This commit is contained in:
parent
99c2c2e84f
commit
b48b2a77b0
@ -3,7 +3,7 @@ import { tap, expect } from '@pushrocks/tapbundle';
|
||||
import smartlogDesinationLocal = require('../ts/index');
|
||||
import { ILogContext } from '@pushrocks/smartlog-interfaces';
|
||||
|
||||
let testLogContext: ILogContext = {
|
||||
const testLogContext: ILogContext = {
|
||||
company: 'Lossless GmbH',
|
||||
companyunit: 'Lossless.Cloud',
|
||||
containerName: 'gitlabci',
|
||||
|
Loading…
Reference in New Issue
Block a user