Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 18, 2024
1 parent f892a44 commit 0ca3c4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/commands/add.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ test.group('Install', (group) => {
ace.prompt.trap('install').accept()

const command = await ace.create(Add, [
join(fileURLToPath(fs.baseUrl), 'node_modules', 'foo'),
fileURLToPath(new URL('node_modules/foo', fs.baseUrl)),
// join(fileURLToPath(fs.baseUrl), 'node_modules', 'foo'),
'--foo',
'--auth=session',
'-x',
Expand All @@ -211,7 +212,7 @@ test.group('Install', (group) => {
message: { foo: 'true', auth: 'session', x: 'true', verbose: VERBOSE },
stream: 'stdout',
})
})
}).pin()

test('should configure package', async ({ assert, fs }) => {
const ace = await new AceFactory().make(fs.baseUrl, {
Expand Down

0 comments on commit 0ca3c4b

Please sign in to comment.