-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NV 3673 add cli mvp test suite (#5547)
* refactor(echo-cli,echo-sdk): relocate to monorepo * Merge remote-tracking branch 'origin/next' into NV-3670/relocate-echo-packages-to-the-monorepo * fix: lock file conflict * feat: test pipeline * feat: lock file conflict * fix: spell and eslint command * fix: spell disable block * fix: jest export * test: fix sdk tests * feat: remove insecure domain * fix: update c spell comment * test(wip): initial addition of test suite * test(wip): initial addition of test suite * fix: update c spell comment * test(wip): ignore console warnings * test(wip): try without cspell ignore * test(wip): disable cspell * fix: update c spell comment * fix: update c spell comment * feat: create reusable logo * refactor: remove redundant code * fix(next-cli): studio npm hoist packages * feat(cli-next): add cli tests suit * fix(cli-next): remove redundant code after next merge --------- Co-authored-by: ainouzgali <[email protected]>
- Loading branch information
1 parent
5e2dd95
commit 7f888d0
Showing
33 changed files
with
1,351 additions
and
2,997 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
auto-install-peers=true | ||
strict-peer-dependencies=false | ||
fetch-retry-maxtimeout=10000 | ||
|
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,7 +9,7 @@ | |
"prepare": "husky install", | ||
"publish": "lerna publish from-package", | ||
"setup:project": "npx --yes [email protected] i && node scripts/setup-env-files.js && pnpm build", | ||
"clean": "lerna clean --yes && npm run prebuild", | ||
"clean": "lerna clean --yes && npm run prebuild && rimraf node_modules", | ||
"commit": "cz", | ||
"nx": "nx", | ||
"lint-staged": "lint-staged", | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export * from './init'; | ||
export * from './sync'; | ||
export * from './echo'; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.