Skip to content

blaix/gren-template-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example tests directory for Gren projects

This is a template for a tests/ directory in your Gren project.

Install

Copy these files to a tests/ folder in the root of your Gren project. An easy way to do that is with degit:

degit blaix/gren-template-tests tests

Then write your tests in tests/src/Main.gren

Running tests

Assumes gren and node are available on your PATH:

tests/run.sh

If you have entr available on your PATH, you can automatically run tests when gren files change:

tests/watch.sh

About

Template tests folder for Gren projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages