We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac83260 commit d138951Copy full SHA for d138951
packages/cli-repl/src/cli-repl.spec.ts
@@ -1433,7 +1433,7 @@ describe('CliRepl', function () {
1433
cliRepl.config.logLocation = testPath;
1434
await cliRepl.start(await testServer.connectionString(), {});
1435
1436
- expect(await cliRepl.getConfig('logLocation')).equals('test/path');
+ expect(await cliRepl.getConfig('logLocation')).equals(testPath);
1437
expect(cliRepl.logWriter?.logFilePath).equals(testPath);
1438
});
1439
0 commit comments