chore(*) use busted for specs

it does no longer hang
This commit is contained in:
eskerda
2020-12-13 18:54:19 +01:00
committed by Enrique García Cota
parent 3757048d27
commit ddbc7e12cc
2 changed files with 29 additions and 31 deletions

View File

@@ -120,11 +120,9 @@ This library is released under the MIT license. See MIT-LICENSE.txt for details
Specs
=====
This project uses [telescope](https://github.com/norman/telescope) for its specs. In order to run them, install it and then:
This project uses [busted](https://github.com/Olivine-Labs/busted) for its specs. In order to run them, install it and then:
```
cd /path/to/where/the/spec/folder/is
tsc spec/*
busted spec/*
```
I would love to use [busted](http://olivinelabs.com/busted/), but it has some incompatibility with `debug.sethook(f, "", quota)` and the tests just hanged up.