Skip to content
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

test: refactor predicate feature tests #1079

Merged
merged 36 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
04cf5a6
chore: fix spellings in typegen
May 30, 2023
100b1f7
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
May 31, 2023
0bbdbb1
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
May 31, 2023
90b5d3c
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 1, 2023
047ef9b
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 1, 2023
fe875a2
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 6, 2023
b14ad1d
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 7, 2023
9a7cf0e
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 19, 2023
dc8461f
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 20, 2023
d822b51
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 28, 2023
55cc6c3
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 28, 2023
919f390
test: remove predicate tests from fuel gauge
Jun 29, 2023
62f9508
test: move predicate feature tests to predicate package
Jun 30, 2023
09433b7
chore: linting
Jun 30, 2023
afbb594
test: fix file path in predicate contract test
Jul 3, 2023
67f6b92
chore: linting
Jul 3, 2023
9f87874
test: add more set data test cases
Jul 3, 2023
9bc7255
test: add test case for simulating a transaction
Jul 3, 2023
e387483
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts into db…
Jul 3, 2023
80c0f2d
chore: changeset
Jul 3, 2023
d07c311
test: remove redundant fixture
Jul 3, 2023
fdeb888
test: add script to build predicates
Jul 3, 2023
f810884
test: add missing forc projects to predicate worksapce
Jul 3, 2023
1bc6965
chore: linting
Jul 3, 2023
94524f9
fix: fix incorrect method name in predicagte test
Jul 3, 2023
c0a86d6
Merge branch 'master' into db/test/refactor-predicate-tests
arboleya Jul 5, 2023
2c2b83b
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts into db…
Jul 18, 2023
4b240c9
test: move predicate integration tests to fuel gauge
Jul 19, 2023
e99ff79
core: regen lock file
Jul 19, 2023
6827de9
docs: update doc paths
Jul 19, 2023
737daf3
Merge branch 'db/test/refactor-predicate-tests' of https://github.com…
Jul 19, 2023
527434a
chore: delete redundant test file
Jul 19, 2023
73d2316
chore: regen lock file
Jul 19, 2023
15e01fe
test: remove redundant predicate test
Jul 19, 2023
ca66013
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts into db…
Jul 19, 2023
45aea73
Merge branch 'master' into db/test/refactor-predicate-tests
danielbate Jul 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/friendly-spiders-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/predicate": patch
---

Refactor structure of tests in the predicate package
2 changes: 1 addition & 1 deletion apps/docs/src/guide/abi-typegen/using-generated-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ console.log({ value, logs });

Consider the following predicate:

<<< @/../../../packages/fuel-gauge/test-projects/predicate-main-args-struct/src/main.sw#Predicate-main-args{ts:line-numbers}
<<< @/../../../packages/predicate/test/fixtures/forc-projects/predicate-main-args-struct/src/main.sw#Predicate-main-args{ts:line-numbers}

Now, after generating types via:

Expand Down
161 changes: 0 additions & 161 deletions packages/fuel-gauge/src/predicate-with-configurable.test.ts

This file was deleted.

Loading
Loading