Skip to content

Commit

Permalink
tests: fixed describe.only in config-loader (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-implemented committed Jan 30, 2024
1 parent 4c8390a commit d708544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config-loader.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function parseXml(/* file */) {
return Promise.resolve('xml config');
}

describe.only('config-loader', () => {
describe('config-loader', () => {
it('should issue an error if config directory does not exist', (done) => {
const directory = require('path').resolve('nonexistent-directory');

Expand Down

0 comments on commit d708544

Please sign in to comment.