Skip to content

Instantly share code, notes, and snippets.

View mput's full-sized avatar

Maxim Putintsev mput

View GitHub Profile
{ns test.mapper_test
import #{zhir}
test-mapping
{:zen/tags #{zhir/mapping}
:t zhir/build-object
:steps [{:t zhir/const
:value "ExplanationOfBenefit"
:to [:resourceType]}
{:t zhir/get
(ns wellcore.mapper.core-test
(:require [clojure.test :refer [deftest use-fixtures is ]]
[zen.core :as zen]
[test-utils :refer [match-mapping]]))
(use-fixtures :once
(fn [t]
(try
(def ztx' (zen/new-context))