Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 5, 2024
1 parent f840dac commit 8125ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/base-core/generator-core.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { beforeEach, describe, it, expect as jestExpect } from 'esmocha';
import { basicHelpers as helpers } from '../../testing/index.js';

import { createJHipsterLogger } from '../base/support/logger.js';
import { createJHipsterLogger } from '../base/support/index.js';
import Base from './index.js';

const BaseGenerator: any = Base.prototype;
Expand Down

0 comments on commit 8125ebe

Please sign in to comment.