mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-22 11:07:51 +02:00
fix(theme-classic): allow tabs with number as value (#5732)
This commit is contained in:
parent
2398943c17
commit
c2eda4aac1
3 changed files with 73 additions and 53 deletions
|
@ -41,6 +41,6 @@ module.exports = {
|
|||
// Maybe point to a fixture?
|
||||
'@generated/.*': '<rootDir>/jest/emptyModule.js',
|
||||
// TODO maybe use "projects" + multiple configs if we plan to add tests to another theme?
|
||||
'@theme/(.*)': '@docusaurus/theme-classic/lib-next/theme/$1',
|
||||
'@theme/(.*)': '@docusaurus/theme-classic/src/theme/$1',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue