We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823f0da commit 7142bfaCopy full SHA for 7142bfa
test/externalTests/trident.sh
@@ -35,7 +35,7 @@ function test_fn {
35
TS_NODE_TRANSPILE_ONLY=1 npx hardhat test --no-compile $(
36
# TODO: We need to skip Migration.test.ts because it fails and makes other tests fail too.
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"
+ find test/ -name "*.test.ts" ! -path "test/Migration.test.ts" | LC_ALL=C sort
39
)
40
}
41
0 commit comments