Back

buffer-tests (clj)

(source)

(buffer-tests)

Examples

clojure/core.async
(ns cljs.core.async.test-runner
  (:require [cljs.test :refer-macros [run-tests]]
            [cljs.core.async.buffer-tests]
            [cljs.core.async.pipeline-test]
            [cljs.core.async.timers-test]
            [cljs.core.async.interop-tests]
            [cljs.core.async.tests]
            [cljs.core.async.runner-tests]
            [clojure.string :as string]))

(run-tests
  'cljs.core.async.runner-tests
  'cljs.core.async.pipeline-test
  'cljs.core.async.buffer-tests
  'cljs.core.async.timers-test
  'cljs.core.async.interop-tests
  'cljs.core.async.tests)