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 03aa55a commit 9437169Copy full SHA for 9437169
readme.md
@@ -59,6 +59,7 @@ npx blueprint test --gas-report
59
```ts
60
import config from './jest.config';
61
62
+config.testNamePattern = '^SampleBench .* - should sent incrAction$'
63
config.testEnvironment = '@ton/sandbox/jest-environment'
64
config.reporters = [
65
['@ton/sandbox/jest-reporter', {
0 commit comments