-
-
Notifications
You must be signed in to change notification settings - Fork 245
Tests refactor for using Jest and vue-test-utils #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
msaelices
commented
May 3, 2019
•
edited
Loading
edited
- Refactor NS-Vue code to avoid importing NS native code in the jest environment (without device or emulator)
- Mock some NS UI components
- Infrastructure for testing with vue-test-utils
- A first working test case with vue-test-utils
- Merge refactoring in this PR with the ones in [WIP] feat: upgrade to vue 2.6 #487
- Navigation mocks (Frame)
- More tests and UI mocks
BREAKING CHANGE: nativescript 3.x will no longer work with this change because application.run has been added in 4.0
The current 1.4.0-alpha.X version is not working with NS 3.x anymore, so the contributing doc should not mention that version.
* Clean unused function deepProxy. * Fixes <ListView> cell recycling on iOS. * ListView `itemTemplateSelector` instead of `_itemTemplateSelector`.
* feat: add option to supress NS render logs * fix: typo supress -> suppress
* chore: upgrade the samples to NS 6.2 * feat: use the new NPM scoped packages of NS 6.2 * feat: more changes to NS 6.2 NPM scoped packages
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.5.3) Signed-off-by: dependabot[bot] <[email protected]>
* fix: add optional frame property * fix: accept all type values
…of the original Vue one
Any projection to accept that pullrequest? |
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.