Skip to content

Commit

Permalink
fix(form-control): remove extra comments
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-heycar committed Oct 13, 2022
1 parent 4d4566b commit 2e40df3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
run: npm run pub:ci
env:
GITHUB_TOKEN: ${{ secrets.PERMISSION_GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion packages/form-control/src/FormControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { FormControlProps } from './FormControl.types';

import styles from './styles/default.module.css';

// extra test comment
const FormControl = React.forwardRef<HTMLDivElement, FormControlProps>(
(
{
Expand Down

1 comment on commit 2e40df3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 99.66% 873/876
🟢 Branches 93.01% 133/143
🟢 Functions 97.67% 42/43
🟢 Lines 99.75% 810/812

Test suite run success

202 tests passing in 28 suites.

Report generated by 🧪jest coverage report action from 2e40df3

Please sign in to comment.