mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-05 14:30:32 -05:00
test: replace cypress-test-example-repos coverage + remove bump (#20186)
This commit is contained in:
@@ -19,13 +19,6 @@ const _PROVIDERS = {
|
||||
'cypress-io/cypress-test-module-api',
|
||||
'cypress-io/cypress-test-node-versions',
|
||||
'cypress-io/cypress-test-ci-environments',
|
||||
'cypress-io/cypress-test-example-repos',
|
||||
],
|
||||
darwin: [
|
||||
'cypress-io/cypress-test-example-repos',
|
||||
],
|
||||
win32: [
|
||||
'cypress-io/cypress-test-example-repos',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ describe('bump', () => {
|
||||
)
|
||||
})
|
||||
|
||||
it('returns a filter function for circle and darwin', () => {
|
||||
it('returns a filter function for circle and linux', () => {
|
||||
const projects = bump.remapProjects(bump._PROVIDERS)
|
||||
|
||||
la(
|
||||
@@ -38,11 +38,11 @@ describe('bump', () => {
|
||||
projects,
|
||||
)
|
||||
|
||||
const filter = bump.getFilterByProvider('circle', 'darwin')
|
||||
const filter = bump.getFilterByProvider('circle', 'linux')
|
||||
const filtered = projects.filter(filter)
|
||||
|
||||
la(filtered.length, 'there should be at least a few projects', filtered)
|
||||
snapshot('should have just circle and darwin projects', filtered)
|
||||
snapshot('should have just circle and linux projects', filtered)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user