chore(developer): fixup imports

This commit is contained in:
Marc Durdin 2024-09-09 08:57:39 +07:00
parent d2f99f69cb
commit 09e97cebc9

View file

@ -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 () {