Guilherme Rodrigues Oliveira
Results
2
comments of
Guilherme Rodrigues Oliveira
Something like that? 
I was reading the code trying console log the time, I used the file [parseAsssetion.ts](https://github.com/wellwelwel/poku/blob/main/src/helpers/parseAsssetion.ts) to try to measure the time of each assert. ```typescript var startTime = performance.now(); const...