👷 Fix the spec
This commit is contained in:
parent
12653d36ea
commit
8de9d5265a
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ describe('node feature', () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('includes the electron version in process.versions', () => {
|
it('includes the electron version in process.versions', () => {
|
||||||
assert(/^\d+\.\d+\.\d+$/.test(process.versions.electron))
|
assert(/^\d+\.\d+\.\d+(\S)?$/.test(process.versions.electron))
|
||||||
})
|
})
|
||||||
|
|
||||||
it('includes the chrome version in process.versions', () => {
|
it('includes the chrome version in process.versions', () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue