UNPKG

@prezly/theme-kit-core

Version:

Data layer and utility library for developing Prezly themes with JavaScript

10 lines (9 loc) 342 B
"use strict"; var _constants = require("./constants.cjs"); var _uploads = require("./uploads.cjs"); describe('getCdnUrl', () => { it('generates correct asset URL with uuid passed to it', () => { var uuid = 'foo-bar'; expect((0, _uploads.getCdnUrl)(uuid)).toBe("".concat(_constants.ASSETS_CDN_URL, "/").concat(uuid, "/")); }); });