Creuna-Oslo / create-react-app

React app boilerplate
MIT License
1 stars 1 forks source link

Adds tests #32

Closed asbjornh closed 6 years ago

asbjornh commented 6 years ago

Fixes #6 Fixes #1

asbjornh commented 6 years ago

In order to write files to temp dirs for testing, I had to refactor the API to accept an absolute path instead of a string, which means breaking change and we also support absolute paths now.