test: re-enable tests that aren't broken & remove old test (#38251)

This commit is contained in:
Calvin 2023-05-16 06:30:25 -06:00 committed by GitHub
parent c05051e307
commit fa81f77f40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 19 deletions

View file

@ -132,7 +132,6 @@ describe('version-bumper', () => {
).to.be.rejectedWith('Cannot bump to beta from stable.');
});
// DISABLED-FIXME(ELECTRON 15): Re-enable after Electron 15 alpha has released
it('bumps to beta from nightly', async () => {
const version = 'v2.0.0-nightly.19950901';
const next = await nextVersion('beta', version);