Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhauman/figwheel-main-testing

integration testing for figwheel-main
https://github.com/bhauman/figwheel-main-testing

Last synced: 9 days ago
JSON representation

integration testing for figwheel-main

Awesome Lists containing this project

README

        

# figwheel-main-testing

Integration testing for figwheel-main

## Overview

Testing the round trip operation of figwheel and ensure proper file
load order and and heads up display.

To run tests look at `deps.edn` for the options

clojure -A:fig:cljs-753:test

To clean all compiled files:

rm -rf target/public

## Future work

* more tests!
* make it work in a headless environment (currently a browser is launched)
* get it working for node reloading as well

## License

Copyright © 2020 Bruce Hauman

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.