Fix linter error

This commit is contained in:
Nathan Sobo
2015-10-29 08:05:21 -06:00
parent 205b6bf66c
commit b508cc6d9f

View File

@@ -1666,7 +1666,7 @@ describe "TextEditorComponent", ->
runs ->
expect(highlightNode.classList.contains('flash-class')).toBe true
waitsFor -> !highlightNode.classList.contains('flash-class')
waitsFor -> not highlightNode.classList.contains('flash-class')
describe "when ::flash is called again before the first has finished", ->
it "removes the class from the decoration highlight before adding it for the second ::flash call", ->