Skip to content

Commit 9437169

Browse files
committed
docs: add example use test filter of jest
1 parent 03aa55a commit 9437169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ npx blueprint test --gas-report
5959
```ts
6060
import config from './jest.config';
6161

62+
config.testNamePattern = '^SampleBench .* - should sent incrAction$'
6263
config.testEnvironment = '@ton/sandbox/jest-environment'
6364
config.reporters = [
6465
['@ton/sandbox/jest-reporter', {

0 commit comments

Comments
 (0)