Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacarott authored Feb 20, 2022
1 parent c67b57f commit cb5737e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/lc-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { readFileSync } from "fs";

import { assert, config } from "chai";
import * as LC from "../src/lambda-calculus.js";
import * as LC from "@codewars/lambda-calculus";

export { assert, config, LC };

Expand Down

0 comments on commit cb5737e

Please sign in to comment.