Skip to content

Commit 460110c

Browse files
committed
Export chai.config
1 parent 0482c49 commit 460110c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

workspace/lc-test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { readFileSync } from "fs";
22

3-
import { assert, config as chaiConfig } from "chai";
4-
chaiConfig.truncateThreshold = 0;
5-
export { assert };
3+
export { assert, config } from "chai";
64
export * as LC from "@codewars/lambda-calculus";
75

86
const read = (path) => readFileSync(new URL(path, import.meta.url), {encoding: "utf8"});

0 commit comments

Comments
 (0)