mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
update node.js version for CI (#23236)
This commit is contained in:
@@ -2,7 +2,7 @@ version: 2.1
|
||||
|
||||
aliases:
|
||||
- &docker
|
||||
- image: cimg/openjdk:17.0.0-node
|
||||
- image: cimg/openjdk:17.0.2-node
|
||||
|
||||
- &environment
|
||||
TZ: /usr/share/zoneinfo/America/Los_Angeles
|
||||
|
||||
@@ -899,7 +899,7 @@ describe('Shared useSyncExternalStore behavior (shim and built-in)', () => {
|
||||
store.set({});
|
||||
});
|
||||
expect(container.textContent).toEqual(
|
||||
"Cannot read property 'toUpperCase' of undefined",
|
||||
"Cannot read properties of undefined (reading 'toUpperCase')",
|
||||
);
|
||||
});
|
||||
|
||||
@@ -935,7 +935,7 @@ describe('Shared useSyncExternalStore behavior (shim and built-in)', () => {
|
||||
store.set({});
|
||||
});
|
||||
expect(container.textContent).toEqual(
|
||||
"Cannot read property 'trim' of undefined",
|
||||
"Cannot read properties of undefined (reading 'trim')",
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user