Closed vonagam closed 5 years ago
Any idea why tests are failing on Windows?
The problem lies in non reproducible builds of js bundle.
To get reproducible builds on my personal machine (mac) i used OccurrenceOrderPlugin
, seems it does not help with builds between machines.
Added some description to README.
Fixed rule tests. Made bundle js output to export tags with cjs so that we can compare them with expected result by simply requiring them.
Offtop:
In cache tests you use t.pass(some true value)
. I think you wanted to use t.true
(or t.truthy
for length
value), because t.pass
accepts only message to show, so even if you call t.pass(false)
it passes.
Totals | |
---|---|
Change from base Build 681: | 0.8% |
Covered Lines: | 102 |
Relevant Lines: | 103 |
For #156