Skip to content

Commit

Permalink
fix: corrects typo in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Dec 28, 2023
1 parent 2b58448 commit b42c989
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/cli/init-config/index.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import deleteDammit from "../delete-dammit.utl.cjs";
import {
UnCalledWritableTestStream,
WritableTestStream,
} from "./writeable-test-stream.utl.mjs";
} from "./writable-test-stream.utl.mjs";
import configurationSchema from "#configuration-schema";
import initConfig from "#cli/init-config/index.mjs";

Expand Down
2 changes: 1 addition & 1 deletion test/cli/init-config/write-config.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ok, equal } from "node:assert/strict";
import { writeFileSync, readFileSync } from "node:fs";
import { join } from "node:path";
import deleteDammit from "../delete-dammit.utl.cjs";
import { WritableTestStream } from "./writeable-test-stream.utl.mjs";
import { WritableTestStream } from "./writable-test-stream.utl.mjs";
import writeConfig from "#cli/init-config/write-config.mjs";

const RULES_FILE_JS = ".dependency-cruiser.js";
Expand Down

0 comments on commit b42c989

Please sign in to comment.