Skip to content

Commit 27a7491

Browse files
committed
test(pokedex): remove pokedex example from coverage tracking
1 parent 0840750 commit 27a7491

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.web.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"!examples/**/index.js",
1212
"!examples/stop-watch/**",
1313
"!examples/beer-finder/**",
14-
"!examples/native-clock/**"
14+
"!examples/native-clock/**",
15+
"!examples/pokedex/**"
1516
],
1617
"coverageDirectory": "coverage"
1718
}

0 commit comments

Comments
 (0)