Skip to content

Commit

Permalink
fix outdated import path in class-map test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Jul 7, 2024
1 parent 922bfda commit 6812bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/class-map.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getDefaultConfig } from '../src'
import { ClassPartObject, createClassMap } from '../src/lib/class-utils'
import { ClassPartObject, createClassMap } from '../src/lib/class-group-utils'

test('class map has correct class groups at first part', () => {
const classMap = createClassMap(getDefaultConfig())
Expand Down

0 comments on commit 6812bf7

Please sign in to comment.