Draft
Conversation
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
…ditor Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
We don't need to run iecompat Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
# Conflicts: # Readme.md # build/Gruntfile.js
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Removed PNG and IE compat from build process Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
As a PoC I will test existing content without refactoring Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Framework7 uses a later webpack that is stricter, we have to match this Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Signed-off-by: James Manuel <[email protected]>
Member
Author
|
I put this as draft as I think some other changes need to go through first. |
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.
As per https://github.com/Euro-Office/fork/issues/58
There is a fair amount of detail there.
Essentially a limited PoC to see what is required to test mobile code.
309 tests across 23 test files
By layer
By editor
Strengths
Gaps
Quality
The tests we wrote are solid — they test real logic, not implementation details. The extracted pure functions are the highest-value targets
because they're decision logic that's hard to verify by eye. The main risk is everything around what we tested.