We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4496f52 commit 24875ebCopy full SHA for 24875eb
src/reporter/index.test.js
@@ -45,7 +45,7 @@ describe('Reporter', () => {
45
46
expect(() => {
47
Reporter.validateConfiguration(repositories);
48
- }).to.throw('Required configuration key "reporter.repositories.declarations" was not found; issues on the declarations repository cannot be created');
+ }).to.throw().and.have.property('message').that.match(/Required configuration key.*was not found/);
49
});
50
51
0 commit comments