17 Commits

Author SHA1 Message Date
Justin Dalrymple
c4522e245a
Adding CLI Integration Tests (#711) 2020-04-23 23:34:22 +02:00
Justin Dalrymple
7a911266c7
Adding integration tests for the browser usage (#697) 2020-04-22 10:23:40 +02:00
Justin Dalrymple
ca9b66f096 chore: 🤖 Updating jest configuration
Included types for jest-extended and exceptions for es module tests
2020-02-01 10:25:04 +01:00
Justin
cde6fe79c8 refactor(config): Replacing jest.config.js with jest.config.json 2019-05-25 17:14:51 -04:00
Pavel Birukov
97d1886239 Improve jest config
* Specify folder for tests, otherwise it runs tests from dist/ if any
* pass --runInBand to speed up tests execution (jest compiles project as
many time as many threads it uses). MBP 2017, cold cache:

--runInBand
	11.31s user 1.91s system 83% cpu 15.914 total

8 workers
	76.28s user 8.49s system 309% cpu 27.401 total
2018-10-12 18:57:49 +03:00
Justin
ca56ac8868 chore: Adding two more exceptions 2018-10-09 21:05:35 -04:00
Justin
594cb057c5 chore: Adding two more exceptions 2018-10-09 20:33:10 -04:00
Justin
dcee7ac5a5 fix: jest.config file to properly run tests again. Follow up issue to fix these exceptions 2018-10-09 20:22:39 -04:00
jdalrymple
6d5a4b92b0
Typescript Support (#183)
* chore: Introduce typescript 
* chore: Remove lodash.pick, use native js instead
* chore: Add tslint and extend Airbnb ruleset
* chore: Remove Babel Dependency, replace build steps with tsc
* chore: change target for modern env from es2017 to es6 (async/await should be transpiled to downlevel js)
* chore(package): Updating packages
* fix: Fix error while throwing an error in RequestHelper (#156)
* feat: Support rejectUnauthorized parameter (#164)
* feat: Adding project archive abilities
* fix(test): Application settings API updated (#177)
* fix: Removing token requirement (#176)
* chore: Removing npmignore and using files instead.
* fix: obey rate limits for all request types correctly (#170)
* fix: Camel casing broke the body params
2018-09-05 11:22:28 -04:00
Joseph Petersen
98197e10bf chore: git add --renormalize . (#144) 2018-08-10 21:56:48 -04:00
Justin
efda896a16 chore(jest): Fixing security flaw 2018-08-02 00:27:20 -04:00
Justin Dalrymple
ffbf5f119a Moving release config into yml 2018-07-05 12:42:31 -04:00
Justin
692cb7c574 Fixing export 2018-07-02 14:23:27 -04:00
Justin
3741186718 test: Adding basic ApplicationSettings tests to improve coverage 2018-07-02 14:12:18 -04:00
Justin
9a33511a92 Adding more tests 2018-05-09 21:38:53 -04:00
Justin
1ff645bd23 Testing updates 2018-05-09 21:38:53 -04:00
Justin
b6717c76d4 Standardizing config files 2018-05-09 21:36:02 -04:00