Fix Node target file checks

This commit is contained in:
Juho Teperi 2017-10-12 16:43:55 +03:00
parent ef5c98eeba
commit b2790e7bb4

View File

@ -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