refactor: remove .js extensions from all imports
This commit is contained in:
@@ -4,12 +4,12 @@ import { afterEach, beforeEach, describe, expect, it } from "vitest";
|
||||
import {
|
||||
destroyContainer,
|
||||
initializeContainer,
|
||||
} from "@/di/container.js";
|
||||
} from "@/di/container";
|
||||
import {
|
||||
createArticleController,
|
||||
getArticlesController,
|
||||
} from "@/interface-adapters/controllers/content/articles.controller.js";
|
||||
import { InputParseError } from "@/entities/errors/common.js";
|
||||
} from "@/interface-adapters/controllers/content/articles.controller";
|
||||
import { InputParseError } from "@/entities/errors/common";
|
||||
|
||||
beforeEach(() => {
|
||||
initializeContainer();
|
||||
|
||||
Reference in New Issue
Block a user