We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03835ed commit f31f1daCopy full SHA for f31f1da
spec/snippet-loading-spec.coffee
@@ -80,7 +80,7 @@ describe "Snippet Loading", ->
80
81
runs ->
82
# Warn about invalid-file, but don't even try to parse a hidden file
83
- expect(console.warn.calls.length).toBe 1
+ expect(console.warn.calls.length).toBeGreaterThan 0
84
expect(console.warn.mostRecentCall.args[0]).toMatch(/Error reading.*package-with-broken-snippets/)
85
86
describe "::loadPackageSnippets(callback)", ->
0 commit comments