Skip to content

Commit

Permalink
rename configuration test regarding validation
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden committed Oct 1, 2018
1 parent 836f7ab commit 7ad48d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Config', () => {
expect(config.rules[0].maxRequestedChanges.NONE).toBe(defaultConfig.maxRequestedChanges.NONE)
})

it('will have default values for rules', () => {
it('will throw validation error on incorrect configuration', () => {
const userConfig = {
blockingLabels: ['labela', { labelb: 'labelc' }]
}
Expand Down

0 comments on commit 7ad48d2

Please sign in to comment.