Skip to content

Commit 9360187

Browse files
committed
clean-up
1 parent bf5735b commit 9360187

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/dashboard/Data/Config/ConfigConflictDiff.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright (c) 2016-present, Parse, LLC
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the license found in the LICENSE file in
6+
* the root directory of this source tree.
7+
*/
18
.container {
29
width: 100%;
310
min-width: 100%;

src/lib/tests/ConfigConflictDiff.test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ describe('ConfigConflictDiff', () => {
3434
serverValue="hello"
3535
userValue="world"
3636
type="String"
37-
paramName="greeting"
3837
/>
3938
);
4039
const tree = component.toJSON();
@@ -49,7 +48,6 @@ describe('ConfigConflictDiff', () => {
4948
serverValue={{ key: 'old' }}
5049
userValue='{"key": "new"}'
5150
type="Object"
52-
paramName="config"
5351
/>
5452
);
5553
const tree = component.toJSON();
@@ -62,7 +60,6 @@ describe('ConfigConflictDiff', () => {
6260
serverValue=""
6361
userValue=""
6462
type="String"
65-
paramName="test"
6663
/>
6764
);
6865
const tree = component.toJSON();
@@ -76,7 +73,6 @@ describe('ConfigConflictDiff', () => {
7673
serverValue={true}
7774
userValue={false}
7875
type="Boolean"
79-
paramName="flag"
8076
/>
8177
);
8278
const tree = component.toJSON();
@@ -89,7 +85,6 @@ describe('ConfigConflictDiff', () => {
8985
serverValue={42}
9086
userValue={99}
9187
type="Number"
92-
paramName="count"
9388
/>
9489
);
9590
const tree = component.toJSON();

0 commit comments

Comments
 (0)