test(backend-gitlab): cover gitlab backend integration (#1968)

This commit is contained in:
Shawn Erquhart
2019-06-26 11:51:35 -04:00
committed by GitHub
parent 9ebb17c944
commit 321ca9b0ed
6 changed files with 571 additions and 13 deletions

View File

@ -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));