-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor tests to use chopsticks (#66)
* use chopcticks to test relay * updated tests for route xcm * update * add tests work * clean up * update
- Loading branch information
1 parent
d492a1b
commit 9deceb7
Showing
26 changed files
with
978 additions
and
1,359 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,4 +106,6 @@ dist | |
|
||
|
||
**/.env | ||
db.* | ||
db.* | ||
|
||
.env.prod |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`/shouldRelay > when should relay 1`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 2`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 3`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 4`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 5`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 6`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 7`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 8`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 9`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 10`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 11`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 12`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 13`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; | ||
|
||
exports[`/shouldRelay > when should relay 14`] = ` | ||
{ | ||
"msg": "", | ||
"shouldRelay": true, | ||
} | ||
`; |
Oops, something went wrong.