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 c67b57f commit cb5737eCopy full SHA for cb5737e
workspace/lc-test.js
@@ -1,7 +1,7 @@
1
import { readFileSync } from "fs";
2
3
import { assert, config } from "chai";
4
-import * as LC from "../src/lambda-calculus.js";
+import * as LC from "@codewars/lambda-calculus";
5
6
export { assert, config, LC };
7
0 commit comments