mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-14 03:25:58 +00:00
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
|
(ns macchiato-web3-example.app
|
||
|
(:require
|
||
|
[doo.runner :refer-macros [doo-tests]]
|
||
|
[macchiato-web3-example.core-test]))
|
||
|
|
||
|
(doo-tests 'macchiato-web3-example.core-test)
|
||
|
|
||
|
|