Indent me

This commit is contained in:
Alexander Cerutti
2021-02-05 08:13:22 +01:00
parent d017a38ac9
commit b51b7591bf
4 changed files with 70 additions and 66 deletions

View File

@@ -1,6 +1,8 @@
{
"spec_dir": "spec",
"spec_files": [ "**/index.js" ],
"stopSpecOnExpectationFailure": false,
"random": true
"spec_dir": "spec",
"spec_files": [
"**/index.js"
],
"stopSpecOnExpectationFailure": false,
"random": true
}