Skip to content

Commit 5d00c94

Browse files
committed
update prismjs
1 parent 7a94432 commit 5d00c94

File tree

3 files changed

+133
-366
lines changed

3 files changed

+133
-366
lines changed

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ module.exports = {
66
],
77
testPathIgnorePatterns: [
88
"\\/\\.#",
9-
"/docs/"
9+
"/docs/",
10+
"/docusaurus/"
1011
],
1112
testMatch: [
1213
"<rootDir>/__tests__/*.spec.js"

0 commit comments

Comments
 (0)