diff --git a/circle.yml b/circle.yml index c0fb9a3..6e21f0d 100644 --- a/circle.yml +++ b/circle.yml @@ -25,4 +25,5 @@ test: # Node Modules - Node Target - lein with-profile node-test do clean, doo node client once - - test -f out/node_modules/react/index.js + - test ! -f out/node_modules/react/index.js + - grep "reagent.impl.template.node\$module\$react = require('react')" out/reagent/impl/template.js