Skip to content

Commit 2cbe27d

Browse files
committed
chore: add forgotten TODO items for adding unit tests for React components
[skip ci]
1 parent 52df7f3 commit 2cbe27d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Diff for: src/main/frontend/src/components/AddCatalogNumbersForm.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
44
//
55

6+
// @todo #1341 AddCatalogNumbersForm: add tests
67
class AddCatalogNumbersForm extends React.PureComponent {
78
constructor(props) {
89
super(props);

Diff for: src/main/frontend/src/components/AddCatalogPriceForm.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// IMPORTANT:
33
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
44
//
5+
// @todo #1342 AddCatalogPriceForm: add tests
56
// @todo #1388 AddCatalogPriceForm: consider using a tooltip for currency
67

78
class AddCatalogPriceForm extends React.PureComponent {

Diff for: src/main/frontend/src/components/AddCommentForm.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
44
//
55

6+
// @todo #1338 AddCommentForm: add tests
67
class AddCommentForm extends React.PureComponent {
78
constructor(props) {
89
super(props);

Diff for: src/main/frontend/src/components/AddReleaseYearForm.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
44
//
55

6+
// @todo #1344 AddReleaseYearForm: add tests
67
class AddReleaseYearForm extends React.PureComponent {
78
constructor(props) {
89
super(props);

Diff for: src/main/frontend/src/components/SeriesSalesList.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
44
//
55

6+
// @todo #1329 SeriesSalesList: add tests
67
class SeriesSalesList extends React.PureComponent {
78

89
constructor(props) {

0 commit comments

Comments
 (0)