From 66a53c99e7b335d25d644466ef3d3087fa8a8873 Mon Sep 17 00:00:00 2001 From: Andrii Kirmas Date: Wed, 10 Mar 2021 17:51:39 +0300 Subject: [PATCH] #10 Move map tests to src --- {__tests__ => src}/map.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {__tests__ => src}/map.test.ts (97%) 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",