1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00
budibase/packages/string-templates/test
Conor Webb 3aad1e8ca3 Helpers functions bug fixes (#11003)
* Helpers functions bug fixes

* Corrected multiply example

* Removing test for times.

---------

Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
2023-07-03 12:07:45 +01:00
..
examples Adding test case for issue found by Andrew with formulas, HBS in deep context objects was being evaluated which is not valid and breaks things. 2021-05-27 11:45:17 +01:00
basic.spec.js Adding a onlyFound option to our handlebars system so that we can enrich only the parts we have and leave other components for further enrichment. 2023-01-27 15:15:07 +00:00
escapes.spec.js Fix for issue discovered by test case. 2022-05-04 17:36:30 +01:00
hbsToJs.spec.js Adding the examples and helper add functionality for JS as well as hiding button to convert outside of development environment. 2022-07-29 14:12:04 +01:00
helpers.spec.js Helpers functions bug fixes (#11003) 2023-07-03 12:07:45 +01:00
javascript.spec.js Minor fix for #8843 - the binding input drawer was using the format helper. rather than helpers. when generating JS helpers. 2022-12-06 18:21:54 +00:00
renderApp.spec.js