* Add option to disable code hightlight. * Rename codeHighlight with codeFrame * Add codeFrame tests * Remove colors from test assertions
7 lines
59 B
JavaScript
7 lines
59 B
JavaScript
class ClassName {
|
|
constructor() {
|
|
|
|
},
|
|
aMethod() {}
|
|
}
|