aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/util/template-factory.spec.js
AgeCommit message (Collapse)AuthorFilesLines
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-2/+2
* Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint
2022-02-15Update devDependencies (#35841)XhmikosR1-1/+1
* Update devDependencies * @babel/core ^7.17.0 → ^7.17.2 * @rollup/plugin-replace ^3.0.1 → ^3.1.0 * eslint ^8.8.0 → ^8.9.0 * eslint-config-xo ^0.39.0 → ^0.40.0 * hugo-bin ^0.80.1 → ^0.80.2 * karma ^6.3.15 → ^6.3.16 * rollup ^2.67.1 → ^2.67.2 * Fix new ESLint errors
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR1-12/+13
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR1-14/+14
Use: * toBeNull * toEqual * toBeTrue * toBeFalse * toHaveSize * toHaveClass
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot1-0/+305
Co-authored-by: XhmikosR <[email protected]>