We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc0ff9 commit 416c083Copy full SHA for 416c083
test/run-context-environment.spec.ts
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'node:url';
5
import process from 'node:process';
6
import { createRequire } from 'node:module';
7
import { fake as sinonFake, replace as sinonReplace } from 'sinon';
8
-import { type LookupOptions } from 'yeoman-environment';
+import { type LookupOptions } from '@yeoman/types';
9
import helpers from '../src/helpers.js';
10
import RunContext from '../src/run-context.js';
11
import RunResult from '../src/run-result.js';
0 commit comments