Skip to content

Define getJSONFixture globally in Jest

Inactive Account requested to merge winh-global-getJSONFixture into master

In Karma land getJSONFixture is defined globally, in Jest world this was forgotten. Exposing it globally instead of

import { getJSONFixture } from './helpers/fixtures';

makes the migration of Karma tests smoother.

Merge request reports