Skip to content

Commit

Permalink
sonar: codesmell
Browse files Browse the repository at this point in the history
  • Loading branch information
fonteeboa committed Dec 18, 2023
1 parent 3c21798 commit 46d46fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"type": "git",
"url": "https://github.com/fonteeboa/FBLibrary"
},
"publishConfig": {
"registry": "https://www.npmjs.com/package/fblibrary-react"
},
"main": "dist/bundle.js",
"types": "dist/types/src/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ sonar.sourceEncoding=UTF-8
sonar.exclusions=src/test
sonar.tests=src/test
sonar.test.inclusions=**/*Test.tsx, **/*Test.ts, **/__tests__/**
sonar.coverage.exclusions=**/*Test.*,**/*Tests.*
sonar.coverage.exclusions=**/*Test.*,**/*Tests.*, src/test/*
2 changes: 1 addition & 1 deletion src/test/src/Modal.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { render, fireEvent, screen, waitFor} from '@testing-library/react';
import { render, fireEvent, screen } from '@testing-library/react';
import '@testing-library/jest-dom';
import Modal from 'react-modal';
import { ModalFormHandler } from '../../components/baseLayouts/modals/modalFormHandler';
Expand Down

0 comments on commit 46d46fd

Please sign in to comment.