fix: add 3 more certs to chinese curriculum (#41508)

pull/41508/merge
Randell Dawson 2021-03-16 09:42:40 -06:00 committed by GitHub
parent cbdf317aae
commit 217bc10160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -11,7 +11,12 @@
const auditedCerts = {
espanol: ['responsive-web-design'],
chinese: ['responsive-web-design']
chinese: [
'responsive-web-design',
'javascript-algorithms-and-data-structures',
'front-end-libraries',
'data-visualization'
]
};
function isAuditedCert(lang, cert) {