pythagora
pythagora copied to clipboard
Gerneated Tests are empty when run on a fresh project.
trafficstars
When i delete the pythagora_tests folder first and then generate the tests, it always generates me an almost empty unit-test file with only the lines
` ` ` ` javascript
in it. After i leave the existing folder and just delete the unit-test-file, it will run fine again.
Typo in the title. Mus say: "Generated tests"
Update: Now i also get it, when the pythagora_tests folder already exists, while expanding tests with
npm run clean && npx pythagora --expand-unit-tests --force --path matchesValue.test.ts
The result is then:
Content of my handwritten tests
//Expanded tests using Pythagora:
```javascript
Seems a bit non-deterministic here.