mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Kick docs threshold down again because I removed public methods
This commit is contained in:
@@ -355,7 +355,7 @@ describe "the `atom` global", ->
|
||||
throw new Error("There were errors compiling documentation. See console for details.")
|
||||
|
||||
coverage = parseFloat results.pop().match(/.+?%/)
|
||||
expect(coverage).toBeGreaterThan 79
|
||||
expect(coverage).toBeGreaterThan 78
|
||||
|
||||
# stderr
|
||||
expect(docRunner.argsForCall[0][2]).toBe ''
|
||||
|
||||
Reference in New Issue
Block a user