-
- Downloads
Merge branch '9-videoviewer-tests' into 'annotation-on-video'
Fix VideoViewer component tests Closes #9 See merge request iiif/mirador-video-annotation!7
Showing
- __tests__/fixtures/version-3/video.json 41 additions, 0 deletions__tests__/fixtures/version-3/video.json
- __tests__/integration/mirador/video.test.js 29 additions, 0 deletions__tests__/integration/mirador/video.test.js
- __tests__/integration/mirador/video_preloaded.test.js 29 additions, 0 deletions__tests__/integration/mirador/video_preloaded.test.js
- __tests__/src/components/VideoViewer.test.js 6 additions, 22 deletions__tests__/src/components/VideoViewer.test.js
- jest.json 3 additions, 0 deletionsjest.json
- package-lock.json 478 additions, 444 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- setup-expect-timeout.js 2 additions, 0 deletionssetup-expect-timeout.js
- src/components/AnnotationSettings.js 6 additions, 1 deletionsrc/components/AnnotationSettings.js
- src/state/reducers/windows.js 0 additions, 1 deletionsrc/state/reducers/windows.js
__tests__/fixtures/version-3/video.json
0 → 100644
__tests__/integration/mirador/video.test.js
0 → 100644
This diff is collapsed.
... | @@ -112,6 +112,7 @@ | ... | @@ -112,6 +112,7 @@ |
"eslint-plugin-jsx-a11y": "^6.4.1", | "eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.29.4", | "eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react-hooks": "^4.2.0", | "eslint-plugin-react-hooks": "^4.2.0", | ||
"expect-puppeteer": "^6.1.1", | |||
"glob": "^7.1.4", | "glob": "^7.1.4", | ||
"http-server": "^14.1.0", | "http-server": "^14.1.0", | ||
"jest": "^27.5.1", | "jest": "^27.5.1", | ||
... | ... |
setup-expect-timeout.js
0 → 100644
Please register or sign in to comment