filbert icon indicating copy to clipboard operation
filbert copied to clipboard

Include filbert_loose.js testing in 'grunt test'

Open differentmatt opened this issue 11 years ago • 3 comments

Running grunt test should test filbert.js and filbert_loose.js.

Currently it only runs tests against filbert.js. To test filbert_loose.js, you have to hack test/spec/util.js to target filbert_loose.js instead.

differentmatt avatar Jul 17 '14 21:07 differentmatt

Is this bug fixed? I printed a check in the filbert_loose file and it appeared when grunt test was executed.

bhargavvader avatar Nov 19 '14 14:11 bhargavvader

I don't think so. I tried putting a print statement in filbert_loose parse_dammit and did not see it print after running grunt test.

How exactly did you check this?

differentmatt avatar Nov 19 '14 17:11 differentmatt

My bad, I seem to have checked by printing above parse_dammit (line 40 in the filbert_loose file). Will try and find a fix.

bhargavvader avatar Nov 19 '14 18:11 bhargavvader