Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 139 KiB |
@ -1,9 +0,0 @@
|
|||||||
#= require views/pages/base
|
|
||||||
|
|
||||||
class app.views.CodeceptjsPage extends app.views.BasePage
|
|
||||||
|
|
||||||
prepare: ->
|
|
||||||
for el in @findAll('pre > code')
|
|
||||||
if /js/i.test(el.className)
|
|
||||||
@highlightCode(el, 'javascript')
|
|
||||||
return
|
|
@ -1,3 +0,0 @@
|
|||||||
._codeceptjs {
|
|
||||||
@extend %simple;
|
|
||||||
}
|
|
Before Width: | Height: | Size: 855 B After Width: | Height: | Size: 834 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |