mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
test: add blogList test case (#43375)
This commit is contained in:
parent
67900a7aad
commit
a640139c03
@ -4,12 +4,20 @@ const path = require('path');
|
||||
|
||||
const blogList = [
|
||||
'check-conduct',
|
||||
'contributor-development-maintenance-guide',
|
||||
'css-in-js',
|
||||
'extract-ssr',
|
||||
'getContainer',
|
||||
'github-actions-workflow',
|
||||
'issue-helper',
|
||||
'mock-project-build',
|
||||
'modal-hook-order',
|
||||
'render-times',
|
||||
'testing-migrate',
|
||||
'render-times',
|
||||
'to-be-collaborator',
|
||||
'tooltip-align',
|
||||
'tree-shaking',
|
||||
'why-not-static',
|
||||
].map((blogName) => path.join(__dirname, `../../docs/blog/${blogName}.en-US.md`));
|
||||
|
||||
describe('blog', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user