UNPKG

afterwriting

Version:

Post-processing tools for Fountain screenplays

19 lines (12 loc) 350 B
# Writing, running and debugging tests ## Conventions See code-conventions.md Tests sections for mode details. ## Mocking ... ## Unit, integration, and acceptance tests ### Unit tests To run tests from console: grunt utest To run tests in the browser: * grunt utest (to add any new files) * npm start * file://path/to/project/test/runner.html