test: add Vitest unit tests for app utilities, helpers, and services#672
Draft
Copilot wants to merge 4 commits into
Draft
test: add Vitest unit tests for app utilities, helpers, and services#672Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
- Add vitest.config.ts with path aliases (~/, @shared/) and NativeScript globals - Add tsconfig.test.json extending main tsconfig to include *.test.ts files - Add vitest.setup.ts with mocks for @nativescript/core and @akylas/nativescript-app-utils - Extract deduplicateFilenames() to app/utils/exportUtils.ts; use it in index.common.ts - Add app/utils/path.test.ts (dirname, basename, extname) - Fix basename() bug: use slice() instead of substring() for negative-index ext strip - Add app/utils/matrix.test.ts (concatTwoColorMatrices, concatColorMatrices) - Add app/utils/utils.common.test.ts (cleanFilename, pick, omit, sortByKey, ellipsize) - Add app/helpers/formatter.test.ts (convertTime with dayjs) - Add app/utils/exportUtils.test.ts (deduplicateFilenames + cleanFilename regex spec) - Fix app/services/sync/deletedDocuments.test.ts to match tuple return type - Add 'test' and 'test:watch' scripts to package.json - Update .github/workflows/test.yml: trigger on PRs, run yarn install + yarn test
Copilot created this pull request from a session on behalf of
farfromrefug
June 2, 2026 16:30
View session
Copilot stopped work on behalf of
farfromrefug due to an error
June 2, 2026 16:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
app/utils/matrix.test.tsgetFormatedDateForFilename/getFileNameForDocumenttests toapp/utils/utils.common.test.tsapp/utils/pkpass.test.ts— pure pkpass helper functionsapp/models/PKPass.test.ts— PKPass class methodsapp/utils/batch.test.ts— shared batch/chunk utilities