test(backend-gitlab): cover gitlab backend integration (#1968)
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
/* eslint-disable emotion/no-vanilla */
|
||||
import fetch from 'node-fetch';
|
||||
import * as emotion from 'emotion';
|
||||
import { createSerializer } from 'jest-emotion';
|
||||
|
||||
window.fetch = fetch;
|
||||
expect.addSnapshotSerializer(createSerializer(emotion));
|
||||
|
Reference in New Issue
Block a user