test("fires the onAfterTrack method", async () => {
    const app = createApp();
    const onAfterTrackSpy = jest.fn();

    app.use(router);