Skip to content

Commit ab56ef7

Browse files
committed
fix path
1 parent 8597026 commit ab56ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/util/_utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = (contentFile) => {
3737

3838
let file = filename ? filename : contentFile
3939

40-
return path.resolve(__dirname, '../__tests__/' + path.parse(file).name + '.' + ext)
40+
return path.resolve(__dirname, '../' + path.parse(file).name + '.' + ext)
4141
}
4242

4343
return utils

0 commit comments

Comments
 (0)