Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_constants.js « javascripts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c97d47a6406ca2d6fa98c2d852b284c6dfeeba54 (plain)
1
2
3
4
5
6
7
export const FIXTURES_PATH = `/fixtures`;
export const TEST_HOST = 'http://test.host';

export const DUMMY_IMAGE_URL = `${FIXTURES_PATH}/static/images/one_white_pixel.png`;

export const GREEN_BOX_IMAGE_URL = `${FIXTURES_PATH}/static/images/green_box.png`;
export const RED_BOX_IMAGE_URL = `${FIXTURES_PATH}/static/images/red_box.png`;