We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bc60a commit 81be15aCopy full SHA for 81be15a
test/unit/lib/settings.test.js
@@ -237,6 +237,7 @@ repository:
237
describe('repository defined in a file using the .yaml extension', () => {
238
beforeEach(() => {
239
stubConfig = {
240
+ deploymentConfig: {},
241
repoConfigs: {
242
'repository.yaml': { repository: { name: 'repository', config: 'config1' } }
243
}
@@ -257,6 +258,7 @@ repository:
257
258
describe('repository defined in a file using the .yml extension', () => {
259
260
261
262
263
'repository.yml': { repository: { name: 'repository', config: 'config1' } }
264
0 commit comments