Closed dsagal closed 2 months ago
DateEditor test was recently moved into grist-core, but relies on loading sinon.js from the browser, which wasn't available.
grist-core
Added static/sinon.js symlink, similar to the already existing static/mocha.js & co.
DateEditor test now passes locally.
DateEditor
Context
DateEditor test was recently moved into
grist-core
, but relies on loading sinon.js from the browser, which wasn't available.Proposed solution
Added static/sinon.js symlink, similar to the already existing static/mocha.js & co.
Has this been tested?
DateEditor
test now passes locally.