Skip to content

Commit

Permalink
#10 Move map tests to src
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Kirmas committed Mar 10, 2021
1 parent bf6dd79 commit 66a53c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/map.test.ts → src/map.test.ts
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 66a53c9

Please sign in to comment.