Skip to content

Commit

Permalink
Remove stray linebreak at top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s authored Sep 22, 2020
1 parent 1ba854e commit 88e314a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/rules/no-setup-in-describe.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Disallow setup in describe blocks (no-setup-in-describe)

Setup for test cases in mocha should be done in `before`, `beforeEach`, or `it` blocks. Unfortunately there is nothing stopping you from doing setup directly inside a `describe` block.
Expand Down

0 comments on commit 88e314a

Please sign in to comment.