File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,15 @@ function test_fn {
35
35
TS_NODE_TRANSPILE_ONLY=1 npx hardhat test --no-compile $(
36
36
# TODO: We need to skip Migration.test.ts because it fails and makes other tests fail too.
37
37
# Replace this with `yarn test` once https://github.com/sushiswap/trident/issues/283 is fixed.
38
- find test/ -name " *.test.ts" ! -path " test/Migration.test.ts"
38
+ find test/ -name " *.test.ts" ! -path " test/Migration.test.ts" | LC_ALL=C sort
39
39
)
40
40
}
41
41
42
42
function trident_test
43
43
{
44
44
local repo=" https://github.com/sushiswap/trident"
45
45
local ref_type=commit
46
+ # FIXME: Switch back to master branch when https://github.com/sushiswap/trident/issues/303 gets fixed.
46
47
local ref=" 0cab5ae884cc9a41223d52791be775c3a053cb26" # master as of 2021-12-16
47
48
local config_file=" hardhat.config.ts"
48
49
local config_var=config
You can’t perform that action at this time.
0 commit comments