Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit f31f1da

Browse files
committed
Fix specs
1 parent 03835ed commit f31f1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/snippet-loading-spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe "Snippet Loading", ->
8080

8181
runs ->
8282
# Warn about invalid-file, but don't even try to parse a hidden file
83-
expect(console.warn.calls.length).toBe 1
83+
expect(console.warn.calls.length).toBeGreaterThan 0
8484
expect(console.warn.mostRecentCall.args[0]).toMatch(/Error reading.*package-with-broken-snippets/)
8585

8686
describe "::loadPackageSnippets(callback)", ->

0 commit comments

Comments
 (0)