1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-10-10 19:32:02 +00:00

add unit tests for js

This commit is contained in:
Maxim Slipenko 2025-06-07 19:02:13 +03:00
parent 009a1bcf86
commit 3b0b5d0513
4 changed files with 30 additions and 6 deletions

View file

@ -3,6 +3,7 @@ import {
parseUrl, translateMonth, translateDay, blobToDataURI,
toAbsoluteUrl, encodeURLEncodedBase64, decodeURLEncodedBase64,
isDarkTheme, getCurrentLocale, parseDom, serializeXml, sleep,
parseRepoOwnerPathInfo,
} from './utils.js';
afterEach(() => {