diff --git a/__tests__/map.test.ts b/src/map.test.ts similarity index 97% rename from __tests__/map.test.ts rename to src/map.test.ts index fc52a61..5cd9471 100644 --- a/__tests__/map.test.ts +++ b/src/map.test.ts @@ -1,5 +1,5 @@ -import { classNamesMap } from "../src/map"; -import classNaming, { ClassHash } from '../src'; +import { classNamesMap } from "./map"; +import classNaming, { ClassHash } from '.'; const module_css = { class1: "hash1",