Commit graph

11 commits

Author SHA1 Message Date
Milan Burda
c5e50e4882
refactor: use more appropriate array methods () 2023-08-02 19:43:45 +02:00
Milan Burda
455f57322f
refactor: use TypeError instead of generic Error when appropriate ()
refactor: use TypeError instead of generic Error when appropriate
2023-07-25 12:08:46 -04:00
Milan Burda
47951cc95b
refactor: use Date.now() instead of +new Date() ()
refactor: use Date.now()
2023-07-18 10:58:02 +02:00
Milan Burda
607e71d563
refactor: replace Object.prototype.hasOwnProperty() with Object.hasOwn() () 2023-06-27 16:57:33 -04:00
Milan Burda
ef6569b7d3
chore: cleanup unusued variables + enable linting () 2023-06-26 02:51:54 -07:00
Milan Burda
d78f37ec8f
refactor: use node scheme imports in spec ()
Co-authored-by: Milan Burda <miburda@microsoft.com>
2023-06-15 10:42:27 -04:00
Milan Burda
71fb19ea14
chore: upgrade to eslint v8 ()
chore: upgrade to eslint@8
2023-05-30 13:10:22 +02:00
David Sanders
a26343f3e0
fix: falsy transparent shouldn't affect webContents background () 2023-05-02 14:44:34 -07:00
Jeremy Rose
a3e3efe4c4
test: use node helpers for events.once and setTimeout promise () 2023-02-23 15:53:53 -08:00
Milan Burda
f97d68c4bf
test: convert functions to async & eliminate duplicates ()
test: convert functions to async

Co-authored-by: Milan Burda <miburda@microsoft.com>
2023-02-20 12:30:57 +01:00
Milan Burda
4bc6b15f53
refactor: move spec helpers to spec/lib ()
Co-authored-by: Milan Burda <miburda@microsoft.com>
2023-01-25 13:01:25 -08:00