We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9cd4e commit be2b243Copy full SHA for be2b243
1 file changed
test/exception_handling.coffee
@@ -8,7 +8,7 @@ nonce = {}
8
# Throw
9
10
test "basic exception throwing", ->
11
- throws (-> throw 'error'), 'error'
+ throws (-> throw 'error'), /^error$/
12
13
14
# Empty Try/Catch/Finally
0 commit comments