File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ _This release is scheduled to be released on 2025-01-01._
24
24
25
25
### Removed
26
26
27
- - [ tests] Removed node-pty and drivelist from rebuilded test (#3575 )
27
+ - [ tests] Remove ` node-pty ` and ` drivelist ` from rebuilded test (#3575 )
28
28
- [ deps] Remove ` @eslint/js ` dependency. Already installed with ` eslint ` in deep (#3636 )
29
29
30
30
### Updated
@@ -43,7 +43,8 @@ _This release is scheduled to be released on 2025-01-01._
43
43
- [ tests] Fix test cases with hard coded Date.now (#3597 )
44
44
- [ core] Fix missing ` basePath ` where ` location.host ` is used (#3613 )
45
45
- [ compliments] croner library changed filenames used in latest version (#3624 )
46
- - [ linter] Fix ESLint ignore pattern which caused that default modules not to be linted. (#3632 ).
46
+ - [ linter] Fix ESLint ignore pattern which caused that default modules not to be linted (#3632 )
47
+ - [ tests] Suppress "module is not defined" in e2e tests
47
48
48
49
## [ 2.29.0] - 2024-10-01
49
50
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ const mockError = (err) => {
8
8
|| err . includes ( "ECONNRESET" )
9
9
|| err . includes ( "socket hang up" )
10
10
|| err . includes ( "exports is not defined" )
11
+ || err . includes ( "module is not defined" )
11
12
|| err . includes ( "write EPIPE" )
12
13
|| err . includes ( "AggregateError" )
13
14
|| err . includes ( "ERR_SOCKET_CONNECTION_TIMEOUT" )
You can’t perform that action at this time.
0 commit comments