-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hello I am working on Windows 11 (my personal laptop) with ReScript 11. I am looking to learn more about ReScript and want to explore testing. This framework looks to be all i need, but it doesn't seem to be working correctly
- it looks like the retest cli is being squashed by windows (a terminal window pops up and closes; i don't see anything in the event log
- I have been runnign directly
node ./node_modules/rescript-test/bin/retest.mjs - that only works if I path specifically to the test file, the wildcarding isn't working, e.g.,
- works:
node ./node_modules/rescript-test/bin/retest.mjs tests/entities/parser/test_parser.bs.js - doesn't work:
node ./node_modules/rescript-test/bin/retest.mjs tests/entities/parser/*.bs.js - doesn't work
node ./node_modules/rescript-test/bin/retest.mjs tests/entities/**/test_parser.bs.js
I am a hobbiest at this point in my career (software executive) and have some rusty skills - so I may be missing something obviuos. I have added some debugging into retest.mjs and I don't think the glob nodeback is returning or isn't returning and the promises are not properly waited upon. The script does exit which indicates that the promises are not being waited on - but the code looks cool correct...
Logging in the event that I am missing something obvious. Will update if I uncover anything else
Metadata
Metadata
Assignees
Labels
No labels