0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/tests/unit/services
Austin Burdine fdb3ca8167 fix bug with config service interpreting rare client secret strings as exponential numbers
closes #5815
- replaces isNaN function call with isFinite in config service
- adds config service unit test
2015-09-09 08:19:45 -05:00
..
config-test.js fix bug with config service interpreting rare client secret strings as exponential numbers 2015-09-09 08:19:45 -05:00
notifications-test.js