Skip to content

Commit 3ab97cd

Browse files
committed
testing
1 parent 9f841eb commit 3ab97cd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.prettierrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ module.exports = {
44
jsxBracketSameLine: true,
55
singleQuote: true,
66
trailingComma: 'all',
7+
printWidth: 70,
78
// Override any other rules you want
89
}

src/Components/Loader3/__snapshots__/Loader3.test.js.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Array [
66
[object Object]
77
</style>,
88
<div
9-
class="loader-div three"
9+
className="loader-div three"
1010
>
1111
<div
12-
class="loader3"
12+
className="loader3"
1313
>
1414
<div
15-
class="loader-ring"
15+
className="loader-ring"
1616
>
1717
<div />
1818
<div />

0 commit comments

Comments
 (0)