mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Fix test
This commit is contained in:
parent
977c2dcb0d
commit
697a28ecef
@ -3,7 +3,7 @@ import {describe, it} from 'mocha';
|
|||||||
import {expect} from 'chai';
|
import {expect} from 'chai';
|
||||||
|
|
||||||
describe('Unit: Helper: gh-count-characters', function () {
|
describe('Unit: Helper: gh-count-characters', function () {
|
||||||
let defaultStyle = 'color: rgb(115, 138, 148);';
|
let defaultStyle = 'color: rgb(69, 195, 46);';
|
||||||
let errorStyle = 'color: rgb(240, 82, 48);';
|
let errorStyle = 'color: rgb(240, 82, 48);';
|
||||||
|
|
||||||
it('counts remaining chars', function () {
|
it('counts remaining chars', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user