Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bhauman/figwheel-main-testing
- Owner: bhauman
- Created: 2020-05-07T15:04:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T20:33:23.000Z (over 4 years ago)
- Last Synced: 2024-11-06T08:13:24.018Z (about 2 months ago)
- Language: Clojure
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.