Skip to content

Commit 13dab2c

Browse files
committed
chore: add missing extension for ../lib
1 parent b943395 commit 13dab2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const test = require('ava')
2-
const plugin = require('../lib')
2+
const plugin = require('../lib/index.js')
33
const posthtml = require('posthtml')
44

55
const path = require('path')

0 commit comments

Comments
 (0)