Commit 80da56e
committed
Hack! After failed test, node throws error which is pretty verbose in
console. To avoid that, we can force npm's script to return status 0.
We want to keep compatibility between Windows and Unix-like shells. As
Windows's cmd.exe doesn't implement such thing as `true` or `false`, I
had to get a bit creative - both shells implements `echo` command which
does what I need.
:+1:1 parent eed291d commit 80da56e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments