Skip to content

Commit b6c30e7

Browse files
committed
Remove pointless index.js suffix
1 parent 8238136 commit b6c30e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/preact.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* limitations under the License.
1212
*/
1313

14-
const { html, Component, render } = require('../preact/index.js');
14+
const { html, Component, render } = require('../preact');
1515

1616
describe('preact-html', () => {
1717
const scratch = document.createElement('div');

0 commit comments

Comments
 (0)