mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
🔧 Actually fix the test
This commit is contained in:
@@ -336,7 +336,7 @@ describe('node feature', () => {
|
||||
})
|
||||
|
||||
it('includes the electron version in process.versions', () => {
|
||||
assert(/^\d+\.\d+\.\d+(\S)?$/.test(process.versions.electron))
|
||||
assert(/^\d+\.\d+\.\d+(\S*)?$/.test(process.versions.electron))
|
||||
})
|
||||
|
||||
it('includes the chrome version in process.versions', () => {
|
||||
|
||||
Reference in New Issue
Block a user