gristlabs / grist-core

Grist is the evolution of spreadsheets.
https://www.getgrist.com
Apache License 2.0
7.27k stars 323 forks source link

Fix DateEditor test (newly moved to grist-core) by adding a sinon.js symlink to static/ #1206

Closed dsagal closed 2 months ago

dsagal commented 2 months ago

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.