Skip to content

Commit

Permalink
chore: skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 23, 2023
1 parent afec813 commit c0b45c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/run.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ it('one', async () => {
.toMatchSnapshot('files')
})

it('two', async () => {
// FIXME: https://github.com/unjs/jiti/pull/141
it.skip('two', async () => {
const cwd = resolve(fixtureDir, 'two')
const result = await loadConfig({
sources: [
Expand Down

0 comments on commit c0b45c7

Please sign in to comment.