Skip to content

Commit

Permalink
[ts] update the test to work on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Sep 1, 2024
1 parent 071ab83 commit 5e8127e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/setup.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vi.mock('@eslint/compat', () => ({

describe('setup', () => {
it('should return an array of FlatConfig objects with correct properties', () => {
const dirname = 'eslint-config/source'
const dirname = 'eslint-config'

const result = setup(dirname)

Expand Down

0 comments on commit 5e8127e

Please sign in to comment.