-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Should update install dependencies with @latest
Revert "Should update install dependencies with @latest" This reverts commit ec45795. Should update install dependencies with @latest
- Loading branch information
1 parent
d0dea5d
commit 281e806
Showing
6 changed files
with
725 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
set -ev | ||
npm init --yes | ||
npm install dotenv | ||
npm install typescript jest @types/jest ts-jest | ||
npm install npm install ton-core@latest @ton-community/sandbox@latest @ton-community/test-utils@latest | ||
npx jest step2 | ||
npx jest step3 | ||
npx jest step4 | ||
npx jest step5 | grep "#DEBUG#" > step5.output.txt | ||
diff step5.output.txt step5.expected.txt |
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,10 @@ | ||
set -ev | ||
npm init --yes | ||
npm install dotenv | ||
npm install typescript jest @types/jest ts-jest | ||
npm install ton-core@latest @ton-community/sandbox@latest @ton-community/test-utils@latest | ||
npx jest step2 | ||
npx jest step3 | ||
npx jest step4 | ||
npx jest step5 | grep "#DEBUG#" > step5.output.txt | ||
diff step5.output.txt step5.expected.txt |
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