Skip to content

Commit 280d039

Browse files
committed
Fix jest config
1 parent ab7a0af commit 280d039

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"lib"
6060
],
6161
"testPathIgnorePatterns": [
62-
"<rootDir>/vscode"
62+
"<rootDir>/vscode",
63+
"<rootDir>/examples"
6364
]
6465
}
6566
}

0 commit comments

Comments
 (0)