Commit eed291d
committed
Fix configuration:
* We don't really need scripts for running both mocha and nodemod. It's useful
for development purposes, but it is a bit messy in a config.
* I noticed that leaving configuration in `mocha.opts` made the whole testing
framework not working both on OS X and Windows. I moved the config back to
the command line (and bail works from command line)
Basically removing bash-specific stuff solved the issue.1 parent a0fe71f commit eed291d
2 files changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
This file was deleted.
0 commit comments