prettier/tests/node_tests/child_process
Christopher Chedeau afca3d7e7a Minimize string escapes
If there you are opting in for double quote but there's a string with a double quote in it, it's better to swap to a single quote to avoid having too many `\`. Note that if there are both single and double quotes in the string, we should use the default string instead.

Fixes #139
2017-01-12 07:44:16 -08:00
..
__snapshots__ Minimize string escapes 2017-01-12 07:44:16 -08:00
exec.js Add testing 2016-12-23 19:51:53 +00:00
execFile.js Add testing 2016-12-23 19:51:53 +00:00
execSync.js Add testing 2016-12-23 19:51:53 +00:00
jsfmt.spec.js Add testing 2016-12-23 19:51:53 +00:00
spawn.js Add testing 2016-12-23 19:51:53 +00:00