From b2790e7bb4d9ec6db05af40237819393b472dcbf Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Thu, 12 Oct 2017 16:43:55 +0300 Subject: [PATCH] Fix Node target file checks --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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