Skip to content

Commit

Permalink
Change writer tests so they only refer to the actually saved properties
Browse files Browse the repository at this point in the history
  • Loading branch information
steveukx committed Jun 17, 2019
1 parent 8899022 commit 0fa7216
Show file tree
Hide file tree
Showing 7 changed files with 415 additions and 334 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 3
trim_trailing_whitespace = true

[*.json]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"mkdirp": "~0.5.1"
},
"devDependencies": {
"@kwsites/file-exists": "^1.0.0",
"expect.js": "^0.3.1",
"mocha": "^6.1.4",
"rimraf": "^2.6.3",
Expand All @@ -41,5 +42,8 @@
"scripts": {
"test": "mocha ./test/*.spec.js"
},
"engines": {
"node": ">=6"
},
"license": "MIT"
}
Loading

0 comments on commit 0fa7216

Please sign in to comment.