mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 00:57:42 +00:00
chore(developer): fixup imports
This commit is contained in:
parent
d2f99f69cb
commit
09e97cebc9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import { fileURLToPath } from 'url';
|
|||
import { assert } from 'chai';
|
||||
import { GeneratorMessages } from '../src/generator-messages.js';
|
||||
import { TestCompilerCallbacks, verifyCompilerMessagesObject } from '@keymanapp/developer-test-helpers';
|
||||
import { CompilerErrorNamespace } from '@keymanapp/common-types';
|
||||
import { CompilerErrorNamespace } from '@keymanapp/developer-utils';
|
||||
import { AbstractGenerator, GeneratorOptions } from '../src/abstract-generator.js';
|
||||
|
||||
describe('GeneratorMessages', function () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue