mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-12 10:34:30 +00:00
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
|
(ns commiteth.doo-runner
|
||
|
(:require [doo.runner :refer-macros [doo-tests]]
|
||
|
[commiteth.core-test]))
|
||
|
|
||
|
(doo-tests 'commiteth.core-test)
|
||
|
|