Remove requestAnimationFrame test polyfill (#25056)

This commit is contained in:
Nick Schonning
2023-05-22 06:45:29 -04:00
committed by GitHub
parent 7bb8030cc1
commit 7d805cfa90
3 changed files with 1 additions and 9 deletions

View File

@@ -9,7 +9,6 @@ const config = {
'<rootDir>/public/',
'<rootDir>/tmp/',
],
setupFiles: ['raf/polyfill'],
setupFilesAfterEnv: ['<rootDir>/app/javascript/mastodon/test_setup.js'],
collectCoverageFrom: [
'app/javascript/mastodon/**/*.{js,jsx,ts,tsx}',