1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 11:31:22 +00:00
Commit graph

13 commits

Author SHA1 Message Date
Yusuf Yilmaz
350abbdf3b fix code, readme and lint 2022-06-08 11:26:32 +02:00
Yusuf Yilmaz
6c1a1277ff fix types and build 2022-06-07 10:50:51 +02:00
Yusuf Yilmaz
b920c1f7ad fix pr comments 2022-06-06 21:36:48 +02:00
Yusuf Yilmaz
21aa23dd28 add relative paths 2022-06-06 19:38:20 +02:00
Yusuf Yilmaz
9c2f1d24ba convert optional fiels to required fields 2022-06-02 10:57:42 +02:00
Yusuf Yilmaz
54f7b8744d Fix config and redis settings 2022-05-27 15:22:24 +02:00
Yusuf Yilmaz
f527b13535 Add tests and fix docker files 2022-05-27 15:04:54 +02:00
Bruno Saboia
cb4809195b
Improve tests (#407)
* Improve tests

This PR adds some necessary tests, fixes the naming on describe
(everything was set to RandomKeyGenerator, perhaps a copy/paste
exception) and fixes the consonant/vowel alternation test, since it was
failing if the keyspace started with a vowel.

* Remove unecessary file
2022-02-14 14:59:14 -03:00
John Crepezzi
3b6934e348 Phonetic key generator to es6 and add some tests 2017-10-31 21:10:25 -04:00
John Crepezzi
f161cc33b4 Added tests and converted dictionary key generator to es6 2017-10-31 20:55:59 -04:00
John Crepezzi
40f1f2588e Update some es6 2017-10-31 20:55:51 -04:00
John Crepezzi
e4e025f67e Convert random generator to es6 and add some specs for it directly 2017-10-31 20:40:43 -04:00
John Crepezzi
e76c845f16 Upgrade testing libraries
- Upgrade mocha
- Remove should due to limited usage and old style (at least by rspec standards)
- Move spec -> test which is the default
- Update tests accordingly for the above
2017-10-31 20:03:30 -04:00