Skip to content

Commit

Permalink
chore: remove enzyme and fix some lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 12, 2023
1 parent 5654709 commit 3bd4e96
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 318 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-flies-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/scripts-config-jest': major
---

chore: remove enzyme
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}

// override bootstrap style. This for is needed to write a bigger weight selector
/* stylelint-disable-next-line selector-no-qualifying-type */
form div:not(.has-success):not(.has-warning):not(.has-error).checkbox label {
color: inherit;
font-size: inherit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
li {
padding-left: $padding-larger;

&.block {
.block {
border-left: 2px solid $silver;
}

Expand Down
Loading

0 comments on commit 3bd4e96

Please sign in to comment.