Felix Rilling
dde93ade18
Fixed typos in comments.
2019-03-10 11:04:33 +01:00
Gregg Van Hove
239a615770
No longer run Node.js v4 on Travis
...
- Jasmine should still work in Node.js v4, but the jshint task isn't
working correctly
2019-02-11 13:38:00 -08:00
Gregg Van Hove
92d5957a59
Attempt to skip jshint for node.js v4
2019-02-11 09:46:36 -08:00
Gregg Van Hove
4991f2a713
Merge branch 'print_global_error_type' of https://github.com/jbunton-atlassian/jasmine into jbunton-atlassian-print_global_error_type
...
- Merges #1632 from @jbunton-atlassian
2019-02-11 09:02:16 -08:00
Gregg Van Hove
0d6db64eb1
Merge branch 'onerror' of https://github.com/johnjbarton/jasmine into johnjbarton-onerror
...
- Merges #1644 from @jognjbarton
2019-01-30 17:38:27 -08:00
Gregg Van Hove
489fb79d6e
fall back to older jshint for older node
2019-01-09 11:08:32 -08:00
Gregg Van Hove
eba8c775f3
update npm dependencies
2019-01-08 17:47:53 -08:00
johnjbarton
c36a005893
Support Error.stack in globalErrors.
...
See https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror#window.onerror
2019-01-03 16:14:23 -08:00
Gregg Van Hove
37dfe50d99
Stop treating objects with a nodeType as if they are DOM Nodes
...
- Fixes #1638
2018-12-17 17:10:53 -08:00
Gregg Van Hove
c67a5b830c
Fix 3.0 breaking changes list to include note about Spy identity
2018-12-11 17:56:17 -08:00
James Bunton
d803bd12a6
When catching a global error in Node.js, print the type of error
2018-12-11 08:32:45 +11:00
Gregg Van Hove
a621d05fa7
Merge branch 'Havunen-fix-to-equal-ie'
...
- Merges #1621 from @Havunen
- Fixes #1618
2018-12-03 17:45:06 -08:00
Sampo Kivistö
473f5cd359
Re-use attr variable
2018-11-04 10:44:54 +02:00
Sampo Kivistö
a81e9626df
Fixes issue where PhantomJS 2 and IE 10 - 11 crashed when reporting SVG element equality
2018-11-04 10:31:33 +02:00
Gregg Van Hove
b3ccd4312c
Bump version to 3.3.0
2018-10-25 09:47:09 -07:00
Gregg Van Hove
5524207658
Add api docs for .not and .withContext
2018-10-24 16:49:31 -07:00
Gregg Van Hove
1b5e0c0c10
Merge branch 'expect-context'
...
- Fixes #641
2018-10-24 16:32:28 -07:00
Gregg Van Hove
2d303a6e46
Merge common async/sync expectation stuff
2018-10-24 16:17:30 -07:00
Gregg Van Hove
1e47dcf2cc
Pull async matchers out to their own functions
...
- Makes AsyncExpectation closer to Expectation
2018-10-23 16:02:31 -07:00
Gregg Van Hove
ba1e8f8008
Implement withContext for async expectations too
2018-10-22 16:42:36 -07:00
Gregg Van Hove
a91db0dfc2
more rejected to -> rejected with
2018-10-22 16:08:57 -07:00
Gregg Van Hove
1d130036f4
Merge branch 'master' into expect-context
2018-10-22 14:55:20 -07:00
Gregg Van Hove
e6a60a7bef
Merge branch 'codymikol-toBeRejectedWith'
...
- Merges #1615 from @codymikol
- Closes #1600
- Fixes #1595
2018-10-22 11:20:03 -07:00
Gregg Van Hove
fe042fdf82
Use toBeRejectedWith instead of toBeRejectedTo
2018-10-22 11:18:56 -07:00
Gregg Van Hove
06854fe435
Merge branch 'toBeRejectedWith' of https://github.com/codymikol/jasmine into codymikol-toBeRejectedWith
2018-10-22 11:15:05 -07:00
Gregg Van Hove
7b9fc80b8f
Merge branch 'tdurtschi-master'
...
- Merges #1616 from @tdurtshi
- Fixes #1614
2018-10-22 10:59:03 -07:00
Gregg Van Hove
3c47e71619
Also show tip for .not cases
2018-10-22 10:57:16 -07:00
Teagan Durtschi
7cbedcdda7
Add custom message for toBe() matcher when object equality check fails
2018-10-21 12:46:49 -04:00
Cody Mikol
3aa0115ae4
feat(toBeRejectedTo): implement toBeRejectedTo functionality
...
add functionality to determine whether a promise has been rejected to a
specific value via expectAsync
Fixes : #1595
2018-10-19 23:23:42 -04:00
Gregg Van Hove
440b6934aa
Merge branch 'codymikol-assertAsync-promiseLike-support'
...
- Merges #1613 from @codymikol
- Fixes #1612
2018-10-19 16:24:30 -07:00
Cody Mikol
591bf1144b
bugfix(assertAsync): add promiseLike support for angularJS promises
...
implement a promiseLike method so libraries using non-browser promise
implementations can still utilize assertAsync functionality.
Fixes : #1612
2018-10-18 21:28:32 -04:00
Gregg Van Hove
3ae61b14ad
Merge branch 'm1010j-m1010j-add-status-marks-to-standalone'
...
- Merges #1610 from @m1010j
- Fixes #1596
2018-10-01 12:25:23 -07:00
Matthias Jenny
705a6508d4
Add status marks to standalone
2018-09-26 21:10:20 -04:00
Gregg Van Hove
306882f636
Merge branch 'nitobuendia-patch-1'
2018-09-25 17:29:10 -07:00
Gregg Van Hove
16fef04629
Merge branch 'patch-1' of https://github.com/nitobuendia/jasmine into nitobuendia-patch-1
...
- Merges #1601 from @nitobuendia
- Fixes #1594
2018-09-25 17:28:57 -07:00
Gregg Van Hove
d180c2026e
Merge branch 'master' of https://github.com/Havunen/jasmine into Havunen-master
...
- Merges #1599 from @Havunen
2018-09-25 17:14:49 -07:00
Gregg Van Hove
92d0882a32
Introduce a configuration object to Env deprecating old single use functions
...
[finishes #159158038 ]
2018-09-25 17:08:41 -07:00
Nito Buendia
04679622b0
Add tests for formatting empty content errors.
2018-09-13 20:02:30 +08:00
Nito Buendia
b4cd1ec1ae
Format according to style.
2018-09-13 19:48:53 +08:00
Nito Buendia
963b1cca22
Add tests for new unnamed errors.
2018-09-13 19:48:10 +08:00
Nito Buendia
d4f9b41eda
Print error message when available
...
With the current set up, error message is only printed out when error name is available.
There are situations where the ErrorEvent object does not have a `name` property, but the message is still relevant.
For more details see #1594
2018-09-11 23:25:28 +08:00
Sampo Kivistö
1019b045cd
Optimized clearTimeout cpu usage
2018-09-06 21:11:05 +03:00
Gregg Van Hove
6b9ae2db7e
Merge pull request #1597 from limonte/patch-1
...
chore(package.json): http -> https
2018-09-04 12:27:05 -07:00
Limon Monte
33d8d2d3f4
chore(package.json): http -> https
2018-09-01 10:16:30 +03:00
Gregg Van Hove
12f56fdb7d
bump version to 3.2.1
2018-08-14 17:19:23 -07:00
Gregg Van Hove
afa18e554c
Correctly expost spyOnAllFunctions
...
- See #1581
2018-08-14 17:11:50 -07:00
Gregg Van Hove
7205d07c67
Merge pull request #1588 from fossabot/master
...
Add license scan report and status
2018-08-08 19:04:21 -07:00
Gregg Van Hove
83ba2eb4d6
Link to the correct repo in release notes
2018-08-08 17:41:24 -07:00
Gregg Van Hove
87865f00a3
Add issue links to release notes
2018-08-08 17:39:10 -07:00
Gregg Van Hove
112672c4a9
bump version to 3.2.0
2018-08-08 17:33:50 -07:00