Ignore code duplication in specs

This commit is contained in:
Sami Samhuri 2025-06-08 12:19:10 -07:00
parent cd2806ae99
commit 0498bc5684
No known key found for this signature in database

4
.jscpd.json Normal file
View file

@ -0,0 +1,4 @@
{
"threshold": 1,
"ignore": ["spec/**"]
}