feat: JS RPG game tests (#37678)
* feat: Add JavaScript RPG Game for testing
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
1770ea07a6
commit
529f2596d9
@ -16,7 +16,8 @@ const preFormattedBlockNames = {
|
||||
'scientific-computing-with-python': 'Scientific Computing with Python',
|
||||
'data-analysis-with-python': 'Data Analysis with Python',
|
||||
'machine-learning-with-python': 'Machine Learning with Python',
|
||||
tensorflow: 'TensorFlow'
|
||||
tensorflow: 'TensorFlow',
|
||||
'javascript-rpg-game': 'JavaScript RPG Game'
|
||||
};
|
||||
|
||||
const noFormatting = ['and', 'for', 'of', 'the', 'up', 'with'];
|
||||
|
Reference in New Issue
Block a user