Skip to content

Commit

Permalink
add editor config / rename unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankthelen committed Mar 27, 2019
1 parent 5c52892 commit 4958666
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2 changes: 1 addition & 1 deletion test/logging.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('Rools.evaluate() / console logging', () => {
expect(console.error).to.be.called; // eslint-disable-line no-unused-expressions, no-console
});

it('should log errors by default', async () => {
it('should log errors by default / 1', async () => {
const brokenRule = new Rule({
name: 'broken rule #2',
when: () => true, // fire immediately
Expand Down

0 comments on commit 4958666

Please sign in to comment.