func testShadowTransformationWithOptionalsURL() {
        transformable.add(transform: ShadowTransform().blur(15).opacity(20))

        let expectedURL = Constants.cdnURL
            .appendingPathComponent("shadow=blur:15,opacity:20")