Skip to content

Commit 416c083

Browse files
committed
switch to LookupOptions from @yeoman/types
1 parent 4bc0ff9 commit 416c083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-context-environment.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'node:url';
55
import process from 'node:process';
66
import { createRequire } from 'node:module';
77
import { fake as sinonFake, replace as sinonReplace } from 'sinon';
8-
import { type LookupOptions } from 'yeoman-environment';
8+
import { type LookupOptions } from '@yeoman/types';
99
import helpers from '../src/helpers.js';
1010
import RunContext from '../src/run-context.js';
1111
import RunResult from '../src/run-result.js';

0 commit comments

Comments
 (0)