Skip to content

Commit

Permalink
fix: use correct fixture directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Jun 14, 2022
1 parent 4cc5657 commit b6f06c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('config - user', () => {
})

it('custom config without extension', async () => {
const conf = await config(getConfigSearchPath('fixtures/custom-config'))
const conf = await config(getConfigSearchPath('fixtures/custom-config-no-ext'))
expect(conf).to.have.property('debug').eql(false)
expect(conf).to.have.nested.property('test.before')
expect(conf).to.have.nested.property('test.after')
Expand Down

0 comments on commit b6f06c9

Please sign in to comment.