🔧 Actually fix the test
This commit is contained in:
parent
163a33a9db
commit
7c446cc61c
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+(\S)?$/.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…
Reference in a new issue