Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Jul 22, 2024
1 parent e5c1fcc commit 72a69e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 2 additions & 3 deletions app/container-imp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import {
import { DependencyContainer } from 'tsyringe'

import { autoDisableRemoteLoggingIntervalInMinutes } from './src/constants'
import { expirationOverrideInMinutes } from './src/helpers/utils'
import Developer from './src/screens/Developer'
import Preface from './src/screens/Preface'
import Terms, { TermsVersion } from './src/screens/Terms'
Expand All @@ -41,9 +42,7 @@ import {
RemoteDebuggingState,
initialState,
} from './src/store'
import { useProofRequestTemplates } from '@hyperledger/aries-bifold-verifier'
import { BaseLogger } from '@credo-ts/core'
import { expirationOverrideInMinutes } from './src/helpers/utils'

export class AppContainer implements Container {
private _container: DependencyContainer
private log?: BaseLogger
Expand Down
6 changes: 1 addition & 5 deletions app/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module.exports = {
'node_modules\\/(?!(.*react-native.*)|(uuid)|(@aries-framework\\/core)|(@aries-framework\\/anoncreds)|(@hyperledger\\/aries-bifold-core))',
],
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.[jt]sx?$',
testPathIgnorePatterns: [
'\\.snap$',
'<rootDir>/node_modules/',
'<rootDir>/lib',
'<rootDir>/__tests__/contexts/'],
testPathIgnorePatterns: ['\\.snap$', '<rootDir>/node_modules/', '<rootDir>/lib', '<rootDir>/__tests__/contexts/'],
cacheDirectory: '.jest/cache',
}

0 comments on commit 72a69e7

Please sign in to comment.