Skip to content

Commit

Permalink
setup CJS path
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed May 31, 2022
1 parent 34ce1b6 commit 23aebdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setups/setupCjs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import { join } from "path";
import { setup } from "../../src";

// Setup with the config dir
setup(join(__dirname, "../configs/javascript"));
setup(join(__dirname, "../configs/cjs"));

0 comments on commit 23aebdd

Please sign in to comment.