Skip to content

Commit fa723d4

Browse files
committed
exclude test modules from code coverage, update snapshot
Signed-off-by: Jens Reinecke <[email protected]>
1 parent c9343bb commit fa723d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const config: Config = {
3232
"src/**/*.{ts,tsx}",
3333
"!**/*.d.ts",
3434
"!**/*.factories.{ts,tsx}",
35+
"!**/__test__/**/*",
3536
"!src/desktop/extension.ts",
3637
],
3738
coverageDirectory: "./coverage",

src/cbuild-run/__snapshots__/cbuild-run-reader.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`CbuildRunReader parses 1`] = `
3+
exports[`CbuildRunReader successfully parses a *.cbuild-run.yml file 1`] = `
44
{
55
"compiler": "AC6",
66
"debug-sequences": [

0 commit comments

Comments
 (0)