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._
2424
2525### Removed
2626
27- - [ tests] Removed node-pty and drivelist from rebuilded test (#3575 )
27+ - [ tests] Remove ` node-pty ` and ` drivelist ` from rebuilded test (#3575 )
2828- [ deps] Remove ` @eslint/js ` dependency. Already installed with ` eslint ` in deep (#3636 )
2929
3030### Updated
@@ -43,7 +43,8 @@ _This release is scheduled to be released on 2025-01-01._
4343- [ tests] Fix test cases with hard coded Date.now (#3597 )
4444- [ core] Fix missing ` basePath ` where ` location.host ` is used (#3613 )
4545- [ 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
4748
4849## [ 2.29.0] - 2024-10-01
4950
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ const mockError = (err) => {
88 || err . includes ( "ECONNRESET" )
99 || err . includes ( "socket hang up" )
1010 || err . includes ( "exports is not defined" )
11+ || err . includes ( "module is not defined" )
1112 || err . includes ( "write EPIPE" )
1213 || err . includes ( "AggregateError" )
1314 || err . includes ( "ERR_SOCKET_CONNECTION_TIMEOUT" )
You can’t perform that action at this time.
0 commit comments