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.
chai.config
1 parent 0482c49 commit 460110cCopy full SHA for 460110c
workspace/lc-test.js
@@ -1,8 +1,6 @@
1
import { readFileSync } from "fs";
2
3
-import { assert, config as chaiConfig } from "chai";
4
-chaiConfig.truncateThreshold = 0;
5
-export { assert };
+export { assert, config } from "chai";
6
export * as LC from "@codewars/lambda-calculus";
7
8
const read = (path) => readFileSync(new URL(path, import.meta.url), {encoding: "utf8"});
0 commit comments