Skip to content

Commit

Permalink
refactor(imports): included extensions for local imports
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Oct 26, 2023
1 parent d846bcf commit 340793a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {default as scaffold} from './scaffolder';
export {default as scaffold} from './scaffolder.js';
2 changes: 1 addition & 1 deletion src/scaffolder-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {assert} from 'chai';
import any from '@travi/any';
import sinon from 'sinon';

import scaffold from './scaffolder';
import scaffold from './scaffolder.js';

suite('scaffolder', () => {
let sandbox;
Expand Down

0 comments on commit 340793a

Please sign in to comment.