Skip to content

Commit 21c3994

Browse files
authored
Merge branch 'develop' into Product_recommend
2 parents 43d7ebd + e7eeba2 commit 21c3994

File tree

65 files changed

+28
-227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+28
-227
lines changed

dev.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is intended to be used with ./docker-compose.yml #
33
##############################################################
44

5-
FROM node:14.18.1-alpine as build
5+
FROM node:18.16.1-alpine as build
66
# working directory
77
WORKDIR /usr/src/app
88

@@ -30,7 +30,7 @@ RUN yarn install --frozen-lockfile
3030
RUN yarn run build
3131

3232
# MULTI-STAGE BUILD
33-
FROM node:14.18.1-alpine
33+
FROM node:18.16.1-alpine
3434
# working directory
3535
WORKDIR /usr/src/app
3636
# node:alpine comes with a configured user and group

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"url": "https://github.com/magento/pwa-studio/issues"
2323
},
2424
"scripts": {
25-
"build": "yarn venia run build",
26-
"build:dev": "yarn venia run build:dev",
25+
"build": "export NODE_OPTIONS=--openssl-legacy-provider && yarn venia run build",
26+
"build:dev": "export NODE_OPTIONS=--openssl-legacy-provider && yarn venia run build:dev",
2727
"clean:all": "yarn workspaces run -s clean && rimraf ./node_modules",
2828
"clean:dist": "yarn workspaces run clean",
2929
"coveralls": "cat ./coverage/lcov.info | coveralls",
@@ -36,18 +36,19 @@
3636
"stage:venia": "yarn venia start",
3737
"stats:venia": "yarn venia run build:analyze && yarn venia run stats",
3838
"storybook:venia": "yarn workspace @magento/venia-ui run storybook",
39-
"test": "jest",
40-
"test:ci": "jest --no-cache --max-workers=3 --json --outputFile=test-results.json",
41-
"test:debug": "node --inspect-brk node_modules/.bin/jest --no-cache --no-coverage --runInBand --testTimeout 86400",
42-
"test:dev": "jest --watch",
39+
"test": "export NODE_OPTIONS=--openssl-legacy-provider && jest",
40+
"test:ci": "export NODE_OPTIONS=--openssl-legacy-provider && jest --no-cache --max-workers=3 --json --outputFile=test-results.json",
41+
"test:debug": "export NODE_OPTIONS=--openssl-legacy-provider && node --inspect-brk node_modules/.bin/jest --no-cache --no-coverage --runInBand --testTimeout 86400",
42+
"test:dev": "export NODE_OPTIONS=--openssl-legacy-provider && jest --watch",
4343
"validate-queries": "graphql validate --keepClientFields --noStrictFragments",
4444
"venia": "yarn workspace @magento/venia-concept",
4545
"watch:all": "node scripts/watch-all.js",
4646
"watch:venia": "yarn venia run watch"
4747
},
4848
"dependencies": {
4949
"@magento/venia-product-recommendations": "~1.0.1",
50-
"caniuse-lite": "~1.0.30001335"
50+
"caniuse-lite": "~1.0.30001335",
51+
"setimmediate": "^1.0.5"
5152
},
5253
"devDependencies": {
5354
"@babel/plugin-transform-runtime": "~7.4.4",
@@ -99,7 +100,7 @@
99100
"@graphql-tools/prisma-loader": "6.3.0"
100101
},
101102
"engines": {
102-
"node": ">=14.x",
103+
"node": ">=18.x",
103104
"yarn": ">=1.12.0"
104105
},
105106
"bundlesize": [

packages/babel-preset-peregrine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react-refresh": "~0.8.3"
3434
},
3535
"engines": {
36-
"node": ">=14.x",
36+
"node": ">=18.x",
3737
"yarn": ">=1.12.0"
3838
}
3939
}

packages/pagebuilder/lib/ContentTypes/Banner/__tests__/__snapshots__/banner.shimmer.spec.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ exports[`renders a BannerShimmer component with minHeight 1`] = `
6767
onClick={[Function]}
6868
onDragStart={[Function]}
6969
onKeyDown={[Function]}
70-
onKeyUp={[Function]}
7170
onMouseDown={[Function]}
7271
onMouseEnter={[Function]}
7372
onMouseLeave={[Function]}

packages/pagebuilder/lib/ContentTypes/Banner/__tests__/__snapshots__/banner.spec.js.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ exports[`on hover displays button and overlay 1`] = `
6868
onClick={[Function]}
6969
onDragStart={[Function]}
7070
onKeyDown={[Function]}
71-
onKeyUp={[Function]}
7271
onMouseDown={[Function]}
7372
onMouseEnter={[Function]}
7473
onMouseLeave={[Function]}
@@ -158,7 +157,6 @@ exports[`on hover displays button and overlay 2`] = `
158157
onClick={[Function]}
159158
onDragStart={[Function]}
160159
onKeyDown={[Function]}
161-
onKeyUp={[Function]}
162160
onMouseDown={[Function]}
163161
onMouseEnter={[Function]}
164162
onMouseLeave={[Function]}
@@ -346,7 +344,6 @@ exports[`renders a configured collage-left Banner component on mobile 1`] = `
346344
onClick={[Function]}
347345
onDragStart={[Function]}
348346
onKeyDown={[Function]}
349-
onKeyUp={[Function]}
350347
onMouseDown={[Function]}
351348
onMouseEnter={[Function]}
352349
onMouseLeave={[Function]}
@@ -540,7 +537,6 @@ exports[`renders an empty Banner component 1`] = `
540537
onClick={[Function]}
541538
onDragStart={[Function]}
542539
onKeyDown={[Function]}
543-
onKeyUp={[Function]}
544540
onMouseDown={[Function]}
545541
onMouseEnter={[Function]}
546542
onMouseLeave={[Function]}

packages/pagebuilder/lib/ContentTypes/ButtonItem/__tests__/__snapshots__/buttonItem.spec.js.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ exports[`renders a ButtonItem component 1`] = `
88
onClick={[Function]}
99
onDragStart={[Function]}
1010
onKeyDown={[Function]}
11-
onKeyUp={[Function]}
1211
onMouseDown={[Function]}
1312
onMouseEnter={[Function]}
1413
onMouseLeave={[Function]}
@@ -53,7 +52,6 @@ exports[`renders a ButtonItem component with all properties configured 1`] = `
5352
onClick={[Function]}
5453
onDragStart={[Function]}
5554
onKeyDown={[Function]}
56-
onKeyUp={[Function]}
5755
onMouseDown={[Function]}
5856
onMouseEnter={[Function]}
5957
onMouseLeave={[Function]}

packages/peregrine/lib/targets/__tests__/peregrine-targets.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
global.setImmediate;
12
const {
23
buildModuleWith,
34
mockBuildBus,

packages/peregrine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"redux-actions": "~2.6.5"
5050
},
5151
"engines": {
52-
"node": ">=14.x",
52+
"node": ">=18.x",
5353
"yarn": ">=1.12.0"
5454
},
5555
"pwa-studio": {

packages/pwa-buildpack/lib/WebpackTools/targetables/__tests__/__snapshots__/TargetableReactComponent.spec.js.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@ Object.defineProperty(exports, \\"__esModule\\", {
272272
exports.Checkbox = Checkbox;
273273
var _react = require(\\"react\\");
274274
const _excluded = [\\"classes\\", \\"fieldState\\", \\"id\\", \\"label\\", \\"message\\"];
275-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
276-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
277-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
278-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== \\"function\\") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
279-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== \\"object\\" && typeof obj !== \\"function\\") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== \\"default\\" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
275+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
276+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
277+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
278+
function _getRequireWildcardCache(e) { if (\\"function\\" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
279+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || \\"object\\" != typeof e && \\"function\\" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if (\\"default\\" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
280280
const DynamicComponent$3 = (0, _react.lazy)(() => Promise.resolve().then(() => _interopRequireWildcard(require('./path/to/a-third/component'))));
281281
const DynamicBlerg$2 = (0, _react.lazy)(() => Promise.resolve().then(() => _interopRequireWildcard(require('./path/to/another/component'))));
282282
const DynamicBlerg$1 = (0, _react.lazy)(() => Promise.resolve().then(() => _interopRequireWildcard(require('./path/to/dynamic/component'))));

packages/pwa-buildpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"workbox-webpack-plugin": "~6.2.4"
103103
},
104104
"engines": {
105-
"node": ">=14.x",
105+
"node": ">=18.x",
106106
"yarn": ">=1.12.0"
107107
},
108108
"pwa-studio": {

packages/upward-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"express": "^4.16.4"
5757
},
5858
"engines": {
59-
"node": ">=14.x",
59+
"node": ">=18.x",
6060
"yarn": ">=1.12.0"
6161
}
6262
}

packages/upward-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"tape": "~4.10.1"
3737
},
3838
"engines": {
39-
"node": ">=14.x",
39+
"node": ">=18.x",
4040
"yarn": ">=1.12.0"
4141
}
4242
}

packages/venia-concept/_buildpack/__tests__/create.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
jest.mock('child_process');
2+
global.setImmediate;
3+
24
const { execSync } = require('child_process');
35

46
const { dirname, resolve } = require('path');

packages/venia-concept/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@magento/venia-drivers": "src/drivers"
1111
},
1212
"scripts": {
13-
"build": "yarn run build:prod",
13+
"build": "export NODE_OPTIONS=--openssl-legacy-provider && yarn run build:prod",
1414
"build:analyze": "yarn run clean && mkdir dist && webpack -p --profile --no-progress --env.mode production --json > dist/build-stats.json && webpack-bundle-analyzer dist/build-stats.json",
1515
"build:debug": "node --inspect-brk ./node_modules/.bin/webpack --no-progress --env.mode development",
1616
"build:dev": "yarn run clean && webpack --no-progress --env.mode development",
@@ -135,7 +135,7 @@
135135
"sharp": "~0.29.3"
136136
},
137137
"engines": {
138-
"node": ">=14.x",
138+
"node": ">=18.x",
139139
"yarn": ">=1.12.0"
140140
},
141141
"module": "src/index.js",

packages/venia-ui/lib/RootComponents/Category/__tests__/__snapshots__/category.spec.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ exports[`Category Root Component error view renders when data is not present and
6666
onClick={[Function]}
6767
onDragStart={[Function]}
6868
onKeyDown={[Function]}
69-
onKeyUp={[Function]}
7069
onMouseDown={[Function]}
7170
onMouseEnter={[Function]}
7271
onMouseLeave={[Function]}

packages/venia-ui/lib/components/AccountInformationPage/__tests__/__snapshots__/editForm.spec.js.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ exports[`renders form when shouldShowNewPassword is false 1`] = `
196196
onDragStart={[Function]}
197197
onKey={true}
198198
onKeyDown={[Function]}
199-
onKeyUp={[Function]}
200199
onMouseDown={[Function]}
201200
onMouseEnter={[Function]}
202201
onMouseLeave={[Function]}
@@ -251,7 +250,6 @@ exports[`renders form when shouldShowNewPassword is false 1`] = `
251250
onClick={[MockFunction]}
252251
onDragStart={[Function]}
253252
onKeyDown={[Function]}
254-
onKeyUp={[Function]}
255253
onMouseDown={[Function]}
256254
onMouseEnter={[Function]}
257255
onMouseLeave={[Function]}
@@ -471,7 +469,6 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
471469
onDragStart={[Function]}
472470
onKey={true}
473471
onKeyDown={[Function]}
474-
onKeyUp={[Function]}
475472
onMouseDown={[Function]}
476473
onMouseEnter={[Function]}
477474
onMouseLeave={[Function]}
@@ -564,7 +561,6 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
564561
onDragStart={[Function]}
565562
onKey={true}
566563
onKeyDown={[Function]}
567-
onKeyUp={[Function]}
568564
onMouseDown={[Function]}
569565
onMouseEnter={[Function]}
570566
onMouseLeave={[Function]}

packages/venia-ui/lib/components/AccountInformationPage/__tests__/__snapshots__/editModal.spec.js.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ exports[`it disables the submit button while loading 1`] = `
8282
onClick={[MockFunction onCancel]}
8383
onDragStart={[Function]}
8484
onKeyDown={[Function]}
85-
onKeyUp={[Function]}
8685
onMouseDown={[Function]}
8786
onMouseEnter={[Function]}
8887
onMouseLeave={[Function]}
@@ -108,7 +107,6 @@ exports[`it disables the submit button while loading 1`] = `
108107
onClick={[Function]}
109108
onDragStart={[Function]}
110109
onKeyDown={[Function]}
111-
onKeyUp={[Function]}
112110
onMouseDown={[Function]}
113111
onMouseEnter={[Function]}
114112
onMouseLeave={[Function]}
@@ -218,7 +216,6 @@ exports[`it renders correctly 1`] = `
218216
onClick={[MockFunction onCancel]}
219217
onDragStart={[Function]}
220218
onKeyDown={[Function]}
221-
onKeyUp={[Function]}
222219
onMouseDown={[Function]}
223220
onMouseEnter={[Function]}
224221
onMouseLeave={[Function]}
@@ -244,7 +241,6 @@ exports[`it renders correctly 1`] = `
244241
onClick={[Function]}
245242
onDragStart={[Function]}
246243
onKeyDown={[Function]}
247-
onKeyUp={[Function]}
248244
onMouseDown={[Function]}
249245
onMouseEnter={[Function]}
250246
onMouseLeave={[Function]}

packages/venia-ui/lib/components/AddToCartDialog/__tests__/__snapshots__/addToCartDialog.spec.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ exports[`renders dialog with content 1`] = `
7272
onClick={[MockFunction buttonProps.onClick]}
7373
onDragStart={[Function]}
7474
onKeyDown={[Function]}
75-
onKeyUp={[Function]}
7675
onMouseDown={[Function]}
7776
onMouseEnter={[Function]}
7877
onMouseLeave={[Function]}

packages/venia-ui/lib/components/AddressBookPage/__tests__/__snapshots__/addressBookPage.spec.js.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ exports[`renders correctly when there are existing addresses 1`] = `
6969
onClick={[MockFunction handleAddAddress]}
7070
onDragStart={[Function]}
7171
onKeyDown={[Function]}
72-
onKeyUp={[Function]}
7372
onMouseDown={[Function]}
7473
onMouseEnter={[Function]}
7574
onMouseLeave={[Function]}
@@ -148,7 +147,6 @@ exports[`renders correctly when there are no existing addresses 1`] = `
148147
onClick={[MockFunction handleAddAddress]}
149148
onDragStart={[Function]}
150149
onKeyDown={[Function]}
151-
onKeyUp={[Function]}
152150
onMouseDown={[Function]}
153151
onMouseEnter={[Function]}
154152
onMouseLeave={[Function]}
@@ -272,7 +270,6 @@ exports[`renders delete confirmation on address that is being deleted 1`] = `
272270
onClick={[MockFunction handleAddAddress]}
273271
onDragStart={[Function]}
274272
onKeyDown={[Function]}
275-
onKeyUp={[Function]}
276273
onMouseDown={[Function]}
277274
onMouseEnter={[Function]}
278275
onMouseLeave={[Function]}

packages/venia-ui/lib/components/AddressBookPage/__tests__/__snapshots__/addressCard.spec.js.snap

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ exports[`renders a default address 1`] = `
6363
onClick={[MockFunction onEdit]}
6464
onDragStart={[Function]}
6565
onKeyDown={[Function]}
66-
onKeyUp={[Function]}
6766
onMouseDown={[Function]}
6867
onMouseEnter={[Function]}
6968
onMouseLeave={[Function]}
@@ -166,7 +165,6 @@ exports[`renders a non-default address 1`] = `
166165
onClick={[MockFunction onEdit]}
167166
onDragStart={[Function]}
168167
onKeyDown={[Function]}
169-
onKeyUp={[Function]}
170168
onMouseDown={[Function]}
171169
onMouseEnter={[Function]}
172170
onMouseLeave={[Function]}
@@ -216,7 +214,6 @@ exports[`renders a non-default address 1`] = `
216214
onClick={[MockFunction onDelete]}
217215
onDragStart={[Function]}
218216
onKeyDown={[Function]}
219-
onKeyUp={[Function]}
220217
onMouseDown={[Function]}
221218
onMouseEnter={[Function]}
222219
onMouseLeave={[Function]}
@@ -342,7 +339,6 @@ exports[`renders an address with a middle name 1`] = `
342339
onClick={[MockFunction onEdit]}
343340
onDragStart={[Function]}
344341
onKeyDown={[Function]}
345-
onKeyUp={[Function]}
346342
onMouseDown={[Function]}
347343
onMouseEnter={[Function]}
348344
onMouseLeave={[Function]}
@@ -453,7 +449,6 @@ exports[`renders delete confirmation if isConfirmingDelete is true 1`] = `
453449
onClick={[MockFunction onEdit]}
454450
onDragStart={[Function]}
455451
onKeyDown={[Function]}
456-
onKeyUp={[Function]}
457452
onMouseDown={[Function]}
458453
onMouseEnter={[Function]}
459454
onMouseLeave={[Function]}
@@ -506,7 +501,6 @@ exports[`renders delete confirmation if isConfirmingDelete is true 1`] = `
506501
onClick={[MockFunction onConfirmDelete]}
507502
onDragStart={[Function]}
508503
onKeyDown={[Function]}
509-
onKeyUp={[Function]}
510504
onMouseDown={[Function]}
511505
onMouseEnter={[Function]}
512506
onMouseLeave={[Function]}
@@ -532,7 +526,6 @@ exports[`renders delete confirmation if isConfirmingDelete is true 1`] = `
532526
onClick={[MockFunction onCancelDelete]}
533527
onDragStart={[Function]}
534528
onKeyDown={[Function]}
535-
onKeyUp={[Function]}
536529
onMouseDown={[Function]}
537530
onMouseEnter={[Function]}
538531
onMouseLeave={[Function]}
@@ -620,7 +613,6 @@ exports[`renders disabled delete confirmation if isConfirmingDelete and isDeleti
620613
onClick={[MockFunction onEdit]}
621614
onDragStart={[Function]}
622615
onKeyDown={[Function]}
623-
onKeyUp={[Function]}
624616
onMouseDown={[Function]}
625617
onMouseEnter={[Function]}
626618
onMouseLeave={[Function]}
@@ -673,7 +665,6 @@ exports[`renders disabled delete confirmation if isConfirmingDelete and isDeleti
673665
onClick={[MockFunction onConfirmDelete]}
674666
onDragStart={[Function]}
675667
onKeyDown={[Function]}
676-
onKeyUp={[Function]}
677668
onMouseDown={[Function]}
678669
onMouseEnter={[Function]}
679670
onMouseLeave={[Function]}
@@ -699,7 +690,6 @@ exports[`renders disabled delete confirmation if isConfirmingDelete and isDeleti
699690
onClick={[MockFunction onCancelDelete]}
700691
onDragStart={[Function]}
701692
onKeyDown={[Function]}
702-
onKeyUp={[Function]}
703693
onMouseDown={[Function]}
704694
onMouseEnter={[Function]}
705695
onMouseLeave={[Function]}

0 commit comments

Comments
 (0)