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.
2 parents 0fabbbf + acdf2c6 commit 7e1c93eCopy full SHA for 7e1c93e
test/functionality/main.spec.ts
@@ -6,7 +6,11 @@
6
7
import { log, LogLevel } from '../../src/util/log'
8
import { serverLog } from '../../src/cli/repl/server/server'
9
+import chai from 'chai'
10
11
+chai.config.includeStack = true
12
+chai.config.showDiff = true
13
+chai.config.truncateThreshold = 0
14
15
/**
16
* Update the minimum level of all flowr loggers (including the detacthed {@link serverLog}).
0 commit comments