Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit cdb0af4

Browse files
committed
Misc: fix code style violations
1 parent 2481d63 commit cdb0af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/config/configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ describe('config/configuration', function() {
240240
it('should throw if preset is not an object', function() {
241241
expect(
242242
configuration.registerPreset.bind(configuration, 'test', undefined)
243-
).to.throw('Preset should be an object')
243+
).to.throw('Preset should be an object');
244244
});
245245
});
246246

0 commit comments

Comments
 (0)