Elliot Nelson
df818f3fbc
rejectValue wraps non-Errors like throwError does
2019-05-08 09:36:12 -04:00
Elliot Nelson
4731b4ee4d
Keep all Promise implementation details internal
2019-05-08 09:13:41 -04:00
Elliot Nelson
95e1890e64
Improved resolveValue/rejectValue error messages
2019-05-07 16:30:48 -04:00
Elliot Nelson
72aa0bbe4d
Add resolveValue and rejectValue spy strategies
2019-05-05 08:08:34 -04:00
Gregg Van Hove
afb24d1050
Ignore internal ci.js from npm package
...
- See #1684
2019-04-22 18:10:43 -07:00
Gregg Van Hove
c6d637dcb3
Bump some dependencies
2019-04-22 18:03:37 -07:00
Gregg Van Hove
2fbeb201bc
Fix failure messages for positive/negative infinity matchers
...
- Fixes #1674
2019-04-16 17:40:07 -07:00
Gregg Van Hove
fd60b5737c
Merge pull request #1680 from acinader/patch-1
...
nit: fix typo
2019-04-15 17:56:23 -07:00
Gregg Van Hove
b994a17039
Merge branch 'FelixRilling-boolean-matcher'
...
- Merges #1679 from @FelixRilling
2019-04-15 17:48:49 -07:00
Arthur Cinader
74fa38bdfb
nit: fix typo
2019-04-14 10:33:51 -05:00
Felix Rilling
369e810791
added #toBeTrue and #toBeFalse matchers
2019-04-14 10:17:59 +02:00
Gregg Van Hove
8fca3b4c11
Fix links in 3.4 release notes
2019-04-03 17:13:18 -07:00
Gregg Van Hove
e636f5f822
Bump version to 3.4
2019-04-03 17:03:07 -07:00
Gregg Van Hove
74fd0e08e7
No fit in the suite
2019-04-01 21:01:22 -07:00
Gregg Van Hove
618e24b2f8
Handle WebSocket events in IE when detecting Errors
...
- Fixes #1623
2019-04-01 18:52:27 -07:00
Gregg Van Hove
5c7e25e228
Allow excluded specs in CI without breaking the output
2019-04-01 18:52:01 -07:00
Gregg Van Hove
54af109d40
Merge branch 'wood1986-fix/npm-audit-dependencies-and-fast-glob-only-failed-tests'
...
- Merges #1672 from @wood1986
2019-03-26 17:12:53 -07:00
wood
873a237e3d
Consolidate some dev dependencies and use more maintained versions
2019-03-26 17:12:21 -07:00
Gregg Van Hove
8ca4463e01
Make node execution default and override for browsers
2019-03-25 18:37:50 -07:00
Gregg Van Hove
449eb516cc
Fix sauce status codes and try travis built-in node support
2019-03-25 18:33:39 -07:00
Gregg Van Hove
a5df5a6ee9
Use the correct env var from travis for tunnels
2019-03-25 18:12:15 -07:00
Gregg Van Hove
be583232b4
bump dependencies for security fixes
2019-03-25 18:01:13 -07:00
Gregg Van Hove
d389d3c002
Merge branch 'wood1986-features/no-ruby'
...
- Merges #1658 from @wood1986
- Fixes #883
2019-03-25 17:56:19 -07:00
Gregg Van Hove
994d11d4f3
update node CI script to work with SauceLabs
2019-03-25 17:56:06 -07:00
wood
828d14f48e
Use node.js for browser-based CI
2019-03-25 17:55:53 -07:00
Gregg Van Hove
f5663a9076
Merge branch 'johnjbarton-duration'
...
- Merges #1660 from @johnjbarton
- Fixes #1646
2019-03-14 19:12:39 -07:00
johnjbarton
a8c2399dd8
feat(result.duration): report test duration in ms
...
Wrap spec start/complete in Timer start/elapsed.
configuration.timeSpecDuration = false will disable feature.
* Add Suite result.duration, elapsed time in ms
* Remove timeSpecDuration option.
* Respond to review, use noopTimer
2019-03-14 09:13:57 -07:00
Gregg Van Hove
7c0f013003
Merge branch 'johnjbarton-noop-timer'
...
- Merges #1669 from @johnjbarton
2019-03-13 17:34:12 -07:00
johnjbarton
ca2b62b00e
refactor(Timer): share htmlReporter noopTimer via Timer.js
2019-03-12 16:26:04 -07:00
Gregg Van Hove
4108deca02
Build distribution for various typo PRs
2019-03-11 17:39:03 -07:00
Gregg Van Hove
def278f90f
Merge branch 'typo-suites' of https://github.com/FelixRilling/jasmine into FelixRilling-typo-suites
...
- Merges #1666 from @FelixRilling
2019-03-11 17:38:29 -07:00
Gregg Van Hove
6bd4a29360
Merge branch 'jsdoc-validation' of https://github.com/FelixRilling/jasmine into FelixRilling-jsdoc-validation
...
- Merges #1667 from @FelixRilling
2019-03-11 17:37:43 -07:00
Gregg Van Hove
fd037f53a3
Merge branch 'typo-comments' of https://github.com/FelixRilling/jasmine into FelixRilling-typo-comments
...
- Merges #1665 from @FelixRilling
2019-03-11 17:34:44 -07:00
Gregg Van Hove
348242b712
Merge branch 'FelixRilling-typo-received'
...
- Merges #1664 from @FelixRilling
- Fixes #1663
2019-03-11 17:32:32 -07:00
Felix Rilling
b74e0abee1
Fixed flipped JSDoc.
2019-03-10 11:17:50 +01:00
Felix Rilling
e33b12b17c
Fixed typos in test suite descriptions.
2019-03-10 11:07:40 +01:00
Felix Rilling
dde93ade18
Fixed typos in comments.
2019-03-10 11:04:33 +01:00
Felix Rilling
63f900287c
Fixed typo "receieved" to "received", Adapted test.
2019-03-10 10:59:56 +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