reagent/test-environments/node-npm/test.sh

6 lines
264 B
Bash
Raw Normal View History

2018-04-03 07:33:01 +00:00
#!/bin/bash
set -ex
lein do clean, doo node node-test-npm once
test ! -f target/cljsbuild/node-test-npm/out/node_modules/react/index.js
grep "reagent.impl.template.node\$module\$react = require('react')" target/cljsbuild/node-test-npm/out/reagent/impl/template.js