Skip to content

Commit 78f3d73

Browse files
committed
Fix path
1 parent 6ed8a86 commit 78f3d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/util/invokePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import _ from 'lodash'
2-
import escapeClassName from '../../../src/util/escapeClassName'
2+
import escapeClassName from '../../src/util/escapeClassName'
33

44
export default function(plugin, config) {
55
const addedUtilities = []

0 commit comments

Comments
 (0)