You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitexpect(NodeSupport.detect({path: fixture.path})).to.reject('Importing at commitish unsupported in partials/commitish.yml: partials/node-14.yml@main');
280
280
});
281
+
282
+
it('throws when importing a circular dependency',async()=>{
283
+
284
+
awaitfixture.setupRepoFolder({
285
+
partials: true,
286
+
travisYml: `testing-imports/circular.yml`
287
+
});
288
+
289
+
awaitexpect(NodeSupport.detect({path: fixture.path})).to.reject('Circular dependency partials/circular.yml requested by partials/circular.yml (already imported at .travis.yml)');
0 commit comments