mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-17 16:26:39 +03:00
c42eaa76fe
For readability, the order of before*/after* functions should be the same as their execution order: - beforeAll - beforeEach - afterEach - afterAll This fixes the order for ad tests.