Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Nov 11, 2021
1 parent f9a1445 commit be0b997
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 134 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"eslint-plugin-jest": "^25.0.5",
"eslint-plugin-jsdoc": "^37.0.0",
"eslint-plugin-unicorn": "^38.0.0",
"eslint-plugin-unused-imports": "^1.1.1",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-vue": "^8.0.1",
"execa": "^5.0.0",
"fs-extra": "^10.0.0",
Expand Down
3 changes: 1 addition & 2 deletions src/testing/mockAllKindsOfThings.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { AppError } from '@naturalcycles/js-lib'

/* eslint-disable @typescript-eslint/explicit-module-boundary-types, @typescript-eslint/naming-convention */
export const mockAllKindsOfThings = () => {
export const mockAllKindsOfThings = (): any[] => {
const errorWithCode = new Error('Error with code')
Object.assign(errorWithCode, {
code: `auth/forbidden`,
Expand Down
Loading

0 comments on commit be0b997

Please sign in to comment.