Skip to content

Commit

Permalink
[BugFix] Prettier fix #344 (#346)
Browse files Browse the repository at this point in the history
* Add Test: Plugin.helper.ts

* Add test:  for promises

* Added Mock Functions

* add: Mock functions 2

* Add Test : for src/state/action-creators/index.ts

* admin/bugfix/prettier

* admin/pkg-updates

* refractor/pacakge.json/Change-to-correct-version
  • Loading branch information
SiddheshKukade authored Jun 19, 2022
1 parent 110623c commit 5306d17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"singleQuote": true
"singleQuote": true,
"endOfLine": "auto"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-prettier": "^3.4.0",
"graphql": "^15.5.1",
"inquirer": "^8.2.1",
"inquirer": "^8.2.4",
"jest": "^27.4.5",
"jest-docblock": "^27.4.0",
"markdown-js": "^0.0.4",
Expand Down

0 comments on commit 5306d17

Please sign in to comment.