Skip to content

Commit

Permalink
switch to LookupOptions from @yeoman/types
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 11, 2023
1 parent 4bc0ff9 commit 416c083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-context-environment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { fileURLToPath } from 'node:url';
import process from 'node:process';
import { createRequire } from 'node:module';
import { fake as sinonFake, replace as sinonReplace } from 'sinon';
import { type LookupOptions } from 'yeoman-environment';
import { type LookupOptions } from '@yeoman/types';
import helpers from '../src/helpers.js';
import RunContext from '../src/run-context.js';
import RunResult from '../src/run-result.js';
Expand Down

0 comments on commit 416c083

Please sign in to comment.