Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sufyanAbbasi committed Nov 13, 2024
1 parent 3136832 commit 1187c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = config => {
],
},
resolve: {
extensions: ['.ts', '.js'],
extensions: ['.ts'],
},
stats: {
colors: true,
Expand Down
1 change: 1 addition & 0 deletions tests/layer_manager.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { AnyModel } from '@anywidget/types';
import '../js/layer_manager';

import { default as layerManagerRender, LayerManager, LayerManagerModel } from '../js/layer_manager';
import { FakeAnyModel } from './fake_anywidget';

Expand Down

0 comments on commit 1187c79

Please sign in to comment.