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

    app.use(router);