Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobMGEvans committed Dec 23, 2020
2 parents ee76722 + 3fbee70 commit db044a5
Show file tree
Hide file tree
Showing 19 changed files with 789 additions and 1,247 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"update": "npx npm-check -u",
"prepublishOnly": "npm run build",
"test": "npm run translation:check && react-scripts test --testPathIgnorePatterns=src/__tests__/test-utils --detectOpenHandles --env=jest-environment-jsdom-sixteen",
"test:ci": "cross-env CI=true react-scripts test --testPathIgnorePatterns=src/__tests__/test-utils --passWithNoTests --env=jest-environment-jsdom-sixteen",
"test:ci": "cross-env CI=true react-scripts test --testPathIgnorePatterns=src/__tests__/test-utils --passWithNoTests --env=jest-environment-jsdom-sixteen --runInBand",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" \"scripts/check-translations/**/*.{js,ts}\"",
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" \"scripts/check-translations/**/*.{js,ts}\" --fix",
"lint-staged": "lint-staged",
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/imagings/Imagings.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('Imagings', () => {
const permissions: Permissions[] = [Permissions.RequestImaging]
const { container } = setup(permissions, true)

expect(container).toMatchSnapshot()
expect(container).toBeInTheDocument()
})

it('should not navigate to /imagings/new if the user does not have RequestImaging permissions', async () => {
Expand Down
311 changes: 0 additions & 311 deletions src/__tests__/imagings/__snapshots__/Imagings.test.tsx.snap

This file was deleted.

Loading

0 comments on commit db044a5

Please sign in to comment.