-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: unit test and test pipeline (#140)
* test: update unit tests Signed-off-by: Nam Hoang <[email protected]> (cherry picked from commit 409f07a) * chore: configure jest for lerna Signed-off-by: Nam Hoang <[email protected]> (cherry picked from commit ee2f61c) * chore: trigger the CI test Signed-off-by: Nam Hoang <[email protected]> (cherry picked from commit 3a58133) * fix: json import file Signed-off-by: Nam Hoang <[email protected]> (cherry picked from commit de6ce16) * chore: update jest config (cherry picked from commit ec32152) * chore: update yarn lock (cherry picked from commit 8820932) * chore: update CI to built previous test (cherry picked from commit 86da91e) * chore: remove git ignore app-config (cherry picked from commit df88f72) * chore: update CI test Signed-off-by: Nam Hoang <[email protected]> (cherry picked from commit a97f7c0) * chore: update version Signed-off-by: Nam Hoang <[email protected]> (cherry picked from commit 1520ab4) * chore: log the coverage file Signed-off-by: Nam Hoang <[email protected]> (cherry picked from commit e91c0ef) * chore: change coverage CI Signed-off-by: Nam Hoang <[email protected]> (cherry picked from commit 34fcfbc) * chore: adjust test script Signed-off-by: Nam Hoang <[email protected]> * chore: remove debug step in CI Signed-off-by: Nam Hoang <[email protected]> --------- Signed-off-by: Nam Hoang <[email protected]>
- Loading branch information
1 parent
31ed1e5
commit ee48260
Showing
26 changed files
with
13,069 additions
and
1,338 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = { | ||
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], | ||
collectCoverageFrom: ['<rootDir>/src/**/*.{ts,tsx}', '<rootDir>/src/**/*.{js,jsx}', '!**/*.d.ts'], | ||
coverageDirectory: '<rootDir>/coverage', | ||
coverageReporters: ['json', 'json-summary', 'text', 'lcov'], | ||
verbose: true, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,5 @@ | |
"gitRemote": "origin", | ||
"message": "chore(release): %s [skip ci]" | ||
} | ||
}, | ||
"useWorkspaces": true | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
29 changes: 0 additions & 29 deletions
29
packages/mock-app/src/__tests__/DynamicComponentRenderer.test.tsx
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.