Skip to content

Commit

Permalink
move test to subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Feb 22, 2024
1 parent ae43135 commit fe23f28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createWrappableFunction, wrapFunction } from "./wrappableFunction";
import { createWrappableFunction, wrapFunction } from "../wrappableFunction";

console.log(createWrappableFunction.toString());

Expand Down

0 comments on commit fe23f28

Please sign in to comment.