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 f5cf369 commit 46ed99aCopy full SHA for 46ed99a
test/unit/bin/helpers/utils.js
@@ -1881,9 +1881,7 @@ describe('utils', () => {
1881
1882
it('by default assumes that CYPRESS_V9_AND_OLDER_TYPE is the test suite type', () => {
1883
bsConfig = {
1884
- run_settings: {
1885
- cypressConfigFilePath: 'anyOtherFile.js',
1886
- },
+ run_settings: {},
1887
};
1888
utils.setCypressTestSuiteType(bsConfig);
1889
expect(bsConfig.run_settings.cypressTestSuiteType).to.be.eq(Contants.CYPRESS_V9_AND_OLDER_TYPE);
0 commit comments